Skip to main content
Tab

RibbonGroupEventArgs(RibbonGroup) Constructor

Initializes a new instance of the RibbonGroupEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonGroupEventArgs(
    RibbonGroup group
)

Parameters

Name Type Description
group RibbonGroup

A RibbonGroup object that is a group related to the event.

Remarks

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

See Also