ComponentOne InputPanel for WinForms
MaskInputRejected Event

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > InputMaskedTextBox Class : MaskInputRejected Event
Occurs when the input character or text does not comply with the mask specification.
Syntax
'Declaration
 
Public Event MaskInputRejected As System.Windows.Forms.MaskInputRejectedEventHandler
public event System.Windows.Forms.MaskInputRejectedEventHandler MaskInputRejected
Event Data

The event handler receives an argument of type System.Windows.Forms.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