NavBarItemSelectingEventArgs Constructors
Provides data for the NavBarViewBase.ItemSelecting event.Name | Parameters | Description |
---|---|---|
NavBarItemSelectingEventArgs(NavBarGroup, NavBarItem, NavBarGroup, NavBarItem) | prevGroup, prevItem, newGroup, newItem | Initializes a new instance of the NavBarItemSelectingEventArgs class with the specified settings. |
See Also