Skip to main content

GroupAddingEventArgs(NavBarGroup, Object) Constructor

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

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public GroupAddingEventArgs(
    NavBarGroup group,
    object sourceObject
)

Parameters

Name Type Description
group NavBarGroup

A NavBarGroup object representing the group related to the event.

sourceObject Object

The data item object that supplies data for the NavBar group being added.

Remarks

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

See Also