NavBarActiveGroupChangingEventArgs(NavBarGroup, NavBarGroup) Constructor
Initializes a new instance of the NavBarActiveGroupChangingEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v25.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| prevGroup | NavBarGroup | A NavBarGroup object representing the previously active group. |
| newGroup | NavBarGroup | A NavBarGroup object representing the group that is going to be activated. |
Remarks
Instances of the NavBarActiveGroupChangingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also