Skip to main content

NavBarItem.Click Event

Fires immediately after an end-user has clicked a group item.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public event EventHandler Click

Event Data

The Click event's data class is EventArgs.

Remarks

If a NavBarItem was selected via a click at runtime, a NavBarItem.Command is executed and the NavBarItem.Select and Click events fire. If an end-user clicks an already selected item, the NavBarItem.Select event is skipped.

To perform actions when an end user clicks a NavBarGroup, use the NavBarGroup.Click, NavBarGroup.Activate events or the NavBarGroup.Command property.

See Also