NavBarItemSelectedEventArgs(NavBarGroup, NavBarItem) Constructor
Initializes a new NavBarItemSelectedEventArgs class instance with the specified settings.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
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