Skip to main content
Version: 4.1

TypeValidationEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the TypeValidationCompleted event of the MaskedTextBox control.

public delegate void TypeValidationEventHandler(Object sender, TypeValidationEventArgs e)

Parameters​

NameTypeDescription
senderObjectThe source of the event.
eTypeValidationEventArgsA TypeValidationEventArgs that contains the event data.

Fired By​

NameDescription
MaskedTextBox.TypeValidationCompletedOccurs when MaskedTextBox has finished parsing the current value using the ValidatingType property.