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

RepositoryItemBreadCrumbEdit.NodeChanged Event

Occurs whenever a node owned by this RepositoryItemBreadCrumbEdit changes.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Events")]
public event BreadCrumbNodeChangedEventHandler NodeChanged

Event Data

The NodeChanged event's data class is DevExpress.XtraEditors.BreadCrumbNodeChangedEventArgs.

See Also