Class ValueChangeMode
Defines the behavior of value updating while typing in a text box during both the "Focus" and "Unfocus" states.
Inheritance
System.Object
ValueChangeMode
Namespace: Syncfusion.Maui.Inputs
Assembly: Syncfusion.Maui.Inputs.dll
Syntax
public sealed class ValueChangeMode : Enum
Fields
OnKeyFocus
Value will be updated while the text box is in focus.
Declaration
public const ValueChangeMode OnKeyFocus
Field Value
Type |
---|
ValueChangeMode |
OnLostFocus
Value will be updated when the text box loses focus.
Declaration
public const ValueChangeMode OnLostFocus
Field Value
Type |
---|
ValueChangeMode |