C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel 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 _
) 
 

Parameters

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