Skip to main content
A newer version of this page is available. .

BreadCrumbHistory.CollectionChanged Event

Occurs each time the BreadCrumbHistory is modified.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public event CollectionChangeEventHandler CollectionChanged

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