RepositoryItemBreadCrumbEdit.PathChanged Event
Occurs whenever a BreadCrumbEdit‘s path was changed.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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