A newer version of this page is available.
Switch to the current version.
BaseAppearanceCollection.Changed Event
Fires when the collection is changed.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v18.2.dll
Declaration
[Browsable(false)]
public event EventHandler Changed
<Browsable(False)>
Public Event Changed As EventHandler
Event Data
The Changed event's data class is EventArgs.
Remarks
This event supports the .NET infrastructure and usually you do not need to use it in your code.
See Also
Feedback