Skip to main content

MaskProperties.BeforeChange Event

Occurs when a setting of the current MaskProperties object is about to be changed.

Namespace: DevExpress.XtraEditors.Mask

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public event ChangeEventHandler BeforeChange

Event Data

The BeforeChange event's data class is DevExpress.XtraEditors.Controls.ChangeEventArgs.

Remarks

The name of the setting that will be changed is passed as the event’s parameter.

After a setting has been changed the MaskProperties.AfterChange event is fired.

See Also