MobileForms Toolkit Documentation

MaskedTextBox.OnValidating Method 

Raises the Validating event.

protected virtual void OnValidating(
CancelEventArgs e
);

Parameters

e
A CancelEventArgs that contains event data.

Remarks

The OnValidating method causes the input string to be validated against the ValidatingType property, if a Type has been specified for this property. It will then also raise the TypeValidationCompleted event.

See Also

MaskedTextBox Class | Resco.Controls.MaskedTextBox Namespace