InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputMaskedTextBox Class / MaskInputRejected Event

In This Topic
    MaskInputRejected Event (InputMaskedTextBox)
    In This Topic
    Occurs when the input character or text does not comply with the mask specification.
    Syntax
    'Declaration
     
    Public Event MaskInputRejected As MaskInputRejectedEventHandler
    public event MaskInputRejectedEventHandler MaskInputRejected
    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