Skip to main content
A newer version of this page is available. .

NavBarActiveGroupChangingEventArgs Class

Provides data for the NavBarViewBase.ActiveGroupChanging event.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v19.1.dll

Declaration

public class NavBarActiveGroupChangingEventArgs :
    RoutedEventArgs

Remarks

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

Inheritance

Object
EventArgs
RoutedEventArgs
NavBarActiveGroupChangingEventArgs
See Also