Class MaskedInputCommandId
Provides values for custom commands.
Inheritance
System.Object
MaskedInputCommandId
Namespace: Telerik.XamarinForms.Input.MaskedInput
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public sealed class MaskedInputCommandId : Enum
Fields
ApplyMaskFinished
A command that will be triggered after masking.
Declaration
public const MaskedInputCommandId ApplyMaskFinished
Field Value
MaskedInputCommandId
|
ApplyMaskStarted
A command that will be triggered before masking.
Declaration
public const MaskedInputCommandId ApplyMaskStarted
Field Value
MaskedInputCommandId
|
Unknown
Default value of each custom command.
Declaration
public const MaskedInputCommandId Unknown
Field Value
MaskedInputCommandId
|
value__
Declaration
public int value__
Field Value
System.Int32
|