| MobileForms Toolkit Documentation |
|
MaskInputRejectedEventArgs Constructor
Initializes a new instance of the MaskInputRejectedEventArgs class.
public MaskInputRejectedEventArgs(
int position);
Parameters
-
position
- An Int32 value that contains the zero-based position of the character that failed the mask. The position includes literal characters.
See Also
MaskInputRejectedEventArgs Class | Resco.Controls.MaskedTextBox Namespace