Enum ValueChangeMode
Defines mode that indicates when the Value gets changed and ValueChanged event get called.
Namespace: Syncfusion.WinForms.Input.Enums
Assembly: Syncfusion.SfInput.WinForms.dll
Syntax
public enum ValueChangeMode
Fields
| Name | Description |
|---|---|
| KeyPress | Validate the values on Key press. |
| LostFocus | Validates the value on lost focus. |