InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputMaskedTextBox Class / MaskChanged Event

In This Topic
    MaskChanged Event (InputMaskedTextBox)
    In This Topic
    Fires when the value of the Mask property changes.
    Syntax
    'Declaration
     
    Public Event MaskChanged As EventHandler
    public event EventHandler MaskChanged
    See Also