Back to Devexpress

NavBarItem.Click Event

wpf-devexpress-dot-xpf-dot-navbar-dot-navbaritem-0d26a7d8.md

latest2.1 KB
Original Source

NavBarItem.Click Event

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

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public event EventHandler Click
vb
Public Event Click As EventHandler

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

NavBarItem.Command

Select

Click

Activate

NavBarGroup.Command

Clicking and Selecting Items

NavBarItem Class

NavBarItem Members

DevExpress.Xpf.NavBar Namespace