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

NavBarActiveGroupChangedEventHandler Delegate

Represents a method that will handle the NavBarViewBase.ActiveGroupChanged event.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

Declaration

public delegate void NavBarActiveGroupChangedEventHandler(
    object sender,
    NavBarActiveGroupChangedEventArgs e
);

Parameters

Name Type Description
sender Object

The event source. Identifies the view (a NavBarViewBase descendant) that raised the event.

e NavBarActiveGroupChangedEventArgs

A NavBarActiveGroupChangedEventArgs object that contains event data.

See Also