EditorButton.Changed Event
Occurs when the properties defining the button’s look and feel are changed.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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