Class ValueChange
Occurs when the value get changed, the mode of change can be decided by ValueChangeMode.
Inheritance
System.Object
ValueChange
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public sealed class ValueChange : Enum
Fields
OnKeyFocus
The value will be changed for each key press.
Declaration
public const ValueChange OnKeyFocus
Field Value
Type |
---|
ValueChange |
OnLostFocus
The value will be updated once the control lost its focus.
Declaration
public const ValueChange OnLostFocus
Field Value
Type |
---|
ValueChange |