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

RepositoryItemBreadCrumbEdit.PathChanged Event

Occurs whenever a BreadCrumbEdit‘s path was changed.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

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 this link to learn more.

See Also