RepositoryItemBreadCrumbEdit.PathRejected Event
Occurs when a path to which the RepositoryItemBreadCrumbEdit was about to navigate does not pass validation.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The PathRejected event's data class is DevExpress.XtraEditors.BreadCrumbPathRejectedEventArgs.
Remarks
Whenever the RepositoryItemBreadCrumbEdit.Path property changes, the BreadCrumbEdit checks whether a node with such a path exists. If not, the RepositoryItemBreadCrumbEdit.ValidatePath event occurs. You can handle this event to either create a new node with the target path, or to cancel the navigation. The PathRejected event occurs if this path did not pass validation and was rejected.