MaskInputRejectedEventArgs Constructor (Int32, MaskedTextResultHint)
.NET Framework (current version)
Initializes a new instance of the MaskInputRejectedEventArgs class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- position
-
Type:
System::Int32
An Int32 value that contains the zero-based position of the character that failed the mask. The position includes literal characters.
- rejectionHint
-
Type:
System.ComponentModel::MaskedTextResultHint
A MaskedTextResultHint that generally describes why the character was rejected.
The MaskInputRejectedEventArgs constructor sets the values of the Position and RejectionHint properties.
.NET Framework
Available since 2.0
Available since 2.0
Show: