NavBarViewBase.OnSetActiveGroup(Object, ExecutedRoutedEventArgs) Method
Handles the NavBarCommands.SetActiveGroup command by calling the NavBarViewBase.SetActiveGroup method.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Parameters
Name | Type | Description |
---|---|---|
sender | Object | An object identifying the command sender (a NavBarViewBase descendant). This object serves as the command’s CommandTarget attribute. |
e | ExecutedRoutedEventArgs | A ExecutedRoutedEventArgs object that provides data for the executed command. |
See Also