InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputMaskedTextBox Class / OnIsOverwriteModeChanged Method
System.EventArgs that contains the event data.

In This Topic
    OnIsOverwriteModeChanged Method (InputMaskedTextBox)
    In This Topic
    Raises the IsOverwriteModeChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnIsOverwriteModeChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnIsOverwriteModeChanged( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data.
    See Also