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

NavBarActiveGroupChangedEventArgs(NavBarGroup) Constructor

Initializes a new instance of the NavBarActiveGroupChangedEventArgs class with the specified setting.

Namespace: DevExpress.Xpf.NavBar

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

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

Declaration

public NavBarActiveGroupChangedEventArgs(
    NavBarGroup group
)

Parameters

Name Type Description
group NavBarGroup

A NavBarGroup object representing the group related to the generated event.

Remarks

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

See Also