InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputMaskedTextBox Class / OnTypeValidationCompleted Method
System.Windows.Forms.TypeValidationEventArgs that contains the event data.

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

    Parameters

    e
    System.Windows.Forms.TypeValidationEventArgs that contains the event data.
    See Also