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

NavBarItemSelectedEventArgs(NavBarGroup, NavBarItem) Constructor

Initializes a new NavBarItemSelectedEventArgs class instance with the specified settings.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public NavBarItemSelectedEventArgs(
    NavBarGroup group,
    NavBarItem item
)

Parameters

Name Type Description
group NavBarGroup

A NavBarGroup object representing the group that owns the newly selected item.

item NavBarItem

A NavBarItem object representing the newly selected item related to the event.

See Also