Class ValueChangeMode
Defines mode that indicates when the Value gets changed and ValueChanged event get called.
Inheritance
System.Object
ValueChangeMode
Namespace: Syncfusion.WinForms.Input.Enums
Assembly: Syncfusion.SfInput.WinForms.dll
Syntax
public sealed class ValueChangeMode : Enum
Fields
KeyPress
Validate the values on Key press.
Declaration
public const ValueChangeMode KeyPress
Field Value
| Type |
|---|
| ValueChangeMode |
LostFocus
Validates the value on lost focus.
Declaration
public const ValueChangeMode LostFocus
Field Value
| Type |
|---|
| ValueChangeMode |