AdvancedTextBoxTextChangedOnLeave Event
Occurs on leaving the control when
Text is different from the value when the control received focus.
It is raised after the
Leave and before the
Validating event.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public event EventHandler TextChangedOnLeave
Public Event TextChangedOnLeave As EventHandler
public:
event EventHandler^ TextChangedOnLeave {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member TextChangedOnLeave : IEvent<EventHandler,
EventArgs>
Value
EventHandler