Class MaskFocusEventArgs
Interface for focus event.
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class MaskFocusEventArgs : MaskBlurEventArgs
Constructors
MaskFocusEventArgs()
Declaration
public MaskFocusEventArgs()
Properties
SelectionEnd
Returns selectionEnd value depends on mask length.
Declaration
public int SelectionEnd { get; set; }
Property Value
Type |
---|
System.Int32 |
SelectionStart
Returns selectionStart value as zero by default.
Declaration
public int SelectionStart { get; set; }
Property Value
Type |
---|
System.Int32 |