Skip to main content
Tab

NavBarGroupCancelEventArgs(NavBarGroup) Constructor

Initializes a new instance of the NavBarGroupCancelEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public NavBarGroupCancelEventArgs(
    NavBarGroup group
)

Parameters

Name Type Description
group NavBarGroup

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

Remarks

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

See Also