BreadCrumbHistory.CollectionChanged Event
Occurs each time the BreadCrumbHistory is modified.
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. |
Remarks
The BreadCrumbHistory object, assigned to the RepositoryItemBreadCrumbEdit.History property, stores the history of end-user navigation within this BreadCrumbEdit. Handle the CollectionChanged event to respond to adding or removing BreadCrumbHistoryItems to (from) this BreadCrumbHistory collection.
See Also