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

EditorButton.Changed Event

Occurs when the properties defining the button’s look and feel are changed.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public event EventHandler Changed

Event Data

The Changed event's data class is EventArgs.

Remarks

The Changed event is fired when any EditorButton properties are changed.

The Changed event supports the .NET infrastructure, and usually you do not need to use it in your code.

See Also