Class MaskInputRejectedEventArgs
Specifies the mask input Rejected event arguments.
Inheritance
System.Object
MaskInputRejectedEventArgs
Namespace: Syncfusion.XForms.MaskedEdit
Assembly: Syncfusion.SfMaskedEdit.XForms.dll
Syntax
public class MaskInputRejectedEventArgs : EventArgs
Constructors
MaskInputRejectedEventArgs(Int32, MaskedTextResultHint)
Initializes a new instance of the MaskInputRejectedEventArgs class.
Declaration
public MaskInputRejectedEventArgs(int position, MaskedTextResultHint rejectionHint)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | position | The position. |
MaskedTextResultHint | rejectionHint | The rejection hint. |
Properties
Position
Gets a value of Position in the SfMaskedEdit control. This property can be used to get the position.
Declaration
public int Position { get; }
Property Value
Type |
---|
System.Int32 |
RejectionHint
Gets a value of the RejectionHint in the SfMaskedEdit control.
Declaration
public MaskedTextResultHint RejectionHint { get; }
Property Value
Type |
---|
MaskedTextResultHint |