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

MaskManager.EditTextChanging Event

Namespace: DevExpress.Data.Mask

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public event MaskChangingEventHandler 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 CancelEventArgs.
NewValue
OldValue
See Also