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

BreadCrumbEdit.SelectedNodeChanged Event

Fires when this BreadCrumbEdit‘s BreadCrumbEdit.SelectedNode changes.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Events")]
public event BreadCrumbSelectedNodeChangedEventHandler SelectedNodeChanged

Event Data

The SelectedNodeChanged event's data class is DevExpress.XtraEditors.BreadCrumbSelectedNodeChangedEventArgs.

Remarks

The RepositoryItemBreadCrumbEdit.SelectedNodeChanged event, accessible through the BreadCrumbEdit‘s BreadCrumbEdit.Properties, is equivalent to the current SelectedNodeChanged event.

See Also