Skip to main content

RepositoryItemBreadCrumbEdit.NodeChanged Event

Occurs whenever a node owned by this RepositoryItemBreadCrumbEdit changes.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Event Data

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

See Also