Skip to main content
A newer version of this page is available. .
All docs
V21.2

MaskChangingEventArgs Constructors

Provides data for the EditTextChanging event.
Name Parameters Description
MaskChangingEventArgs(Object, Object, Boolean) oldValue, newValue, cancel Initializes a new instance of the MaskChangingEventArgs class with specified settings.
MaskChangingEventArgs(Object, Object) oldValue, newValue Initializes a new instance of the MaskChangingEventArgs class with specified settings.
See Also