Skip to main content
A newer version of this page is available. .

MaskProperties.BeforeChange Event

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

Namespace: DevExpress.XtraEditors.Mask

Assembly: DevExpress.XtraEditors.v19.2.dll

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