MaskManager.EditTextChanging Event
In This Article
Namespace: DevExpress.Data.Mask
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public event EventHandler<MaskChangingEventArgs> EditTextChanging
#Event Data
The EditTextChanging event's data class is MaskChangingEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Cancel |
Gets or sets a value indicating whether the event should be canceled.
Inherited from Cancel |
New |
|
Old |
See Also