Skip to main content

NavBarActiveGroupChangingEventArgs(NavBarGroup, NavBarGroup) Constructor

Initializes a new instance of the NavBarActiveGroupChangingEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public NavBarActiveGroupChangingEventArgs(
    NavBarGroup prevGroup,
    NavBarGroup newGroup
)

Parameters

Name Type Description
prevGroup NavBarGroup

A NavBarGroup object representing the previously active group.

newGroup NavBarGroup

A NavBarGroup object representing the group that is going to be activated.

Remarks

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

See Also