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.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public event EventHandler TextChangedOnLeave

Value

EventHandler

See Also