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

OfficeNavigationBar.ItemClick Event

Fires when an item is clicked.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Behavior")]
public event NavigationBarItemClickEventHandler ItemClick

Event Data

The ItemClick event's data class is DevExpress.XtraBars.Navigation.NavigationBarItemEventArgs.

Remarks

Handle the ItemClick event to respond to item clicking.

The OfficeNavigationBar supports two types of items:

The ItemClick event fires when clicking both NavigationBarItem and ClientNavigationBarItem items.

See Also