NavBarActiveGroupChangedEventHandler Delegate
In This Article
Represents a method that will handle the NavBarViewBase.ActiveGroupChanged event.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. Identifies the view (a Nav |
e | Nav |
A Nav |
See Also