Skip to main content

RepositoryItemBreadCrumbEdit.PathChanged Event

Occurs whenever a BreadCrumbEdit‘s path was changed.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event BreadCrumbPathChangedEventHandler PathChanged

Event Data

The PathChanged event's data class is DevExpress.XtraEditors.BreadCrumbPathChangedEventArgs.

Remarks

The PathChanged event fires when the RepositoryItemBreadCrumbEdit.Path property changes.

See Also