BreadCrumbNodeCollection.CollectionChanged Event
Occurs each time a BreadCrumbNode was added or removed to (from) the BreadCrumbNodeCollection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The CollectionChanged 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. |
See Also