Skip to main content

RepositoryItemBreadCrumbEdit.NodeChanged Event

Occurs whenever a node owned by this RepositoryItemBreadCrumbEdit changes.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

Declaration

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

Event Data

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

See Also