Occurs when consistent content that conforms to the Mask changes in the text box.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
protected virtual void OnMaskedTextChanged(
	MaskedTextChangedEventArgs e
)
Visual Basic
Protected Overridable Sub OnMaskedTextChanged ( _
	e As MaskedTextChangedEventArgs _
)

See Also