BarManagerCategoryCollection.CollectionChange Event
Fires when changes are made to the category collection.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v20.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The CollectionChange event's data class is CollectionChangeEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Action | Gets an action that specifies how the collection changed. |
Element | Gets the instance of the collection with the change. |
Remarks
The CollectionChange event fires on changing the current collection as a result of adding and removing items.
See Also