C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputMaskedTextBox Class / MaskInputRejected Event

MaskInputRejected Event (InputMaskedTextBox)
Occurs when the input character or text does not comply with the mask specification.
Syntax
'Declaration
 
Public Event MaskInputRejected As MaskInputRejectedEventHandler
 
Event Data

The event handler receives an argument of type MaskInputRejectedEventArgs containing data related to this event. The following MaskInputRejectedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the position in the mask corresponding to the invalid input character.  
Gets an enumerated value that describes why the input character was rejected.  
See Also