Click or drag to resize
TextBoxFocusChanged Event
Occurs when the value of the Focused propery is changed.

Namespace: Mentula.GuiItems.Items
Assembly: XnaGuiItems (in XnaGuiItems.dll) Version: 1.0.0.0
Syntax
C#
public event StrongEventHandler<TextBox, ValueChangedEventArgs<bool>> FocusChanged

Value

Type: StrongEventHandlerTextBox, ValueChangedEventArgsBoolean
See Also