TypeValidationEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the TypeValidationCompleted event of the MaskedTextBox control.
- C#
- VB.NET
public delegate void TypeValidationEventHandler(Object sender, TypeValidationEventArgs e)
Public Delegate Sub TypeValidationEventHandler(ByVal sender As [Object], ByVal e As TypeValidationEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | TypeValidationEventArgs | A TypeValidationEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| MaskedTextBox.TypeValidationCompleted | Occurs when MaskedTextBox has finished parsing the current value using the ValidatingType property. |