TypeValidationEventHandler
Wisej.Web.TypeValidationEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents the method that will handle the TypeValidationCompleted event of the MaskedTextBox control.
public delegate void TypeValidationEventHandler(Object sender, TypeValidationEventArgs e)
Parameters
Name
Type
Description
Fired By
Name
Description
Occurs when MaskedTextBox has finished parsing the current value using the ValidatingType property.
Last updated
Was this helpful?