Skip to main content
All docs
V23.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