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

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

Syntax

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

See Also