Skip to main content

NavBarGroupEventArgs(NavBarGroup) Constructor

Creates an instance of the NavBarGroupEventArgs class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public NavBarGroupEventArgs(
    NavBarGroup group
)

Parameters

Name Type Description
group NavBarGroup

A NavBarGroup object representing the group for which the event has fired.

Remarks

The constructor assigns the parameter value to the NavBarGroupEventArgs.Group property.

NavBarGroupEventArgs objects are not designed to be created directly from your code. An instance of this class is created automatically each time the NavBarControl.ActiveGroupChanged event fires.

See Also