Skip to main content

NavBarActiveGroupChangedEventArgs Class

Provides data for the NavBarViewBase.ActiveGroupChanged event.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v14.2.dll

#Declaration

public class NavBarActiveGroupChangedEventArgs :
    RoutedEventArgs

#Remarks

Instances of the NavBarActiveGroupChangedEventArgs class are automatically created, initialized and passed to corresponding event handlers.

#Inheritance

Object
EventArgs
RoutedEventArgs
NavBarActiveGroupChangedEventArgs
See Also