Skip to main content
A newer version of this page is available. .
Tab

DialogBoxLauncherClickedEventArgs(RibbonGroup) Constructor

Initializes a new instance of the DialogBoxLauncherClickedEventArgs class with the specified setting.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public DialogBoxLauncherClickedEventArgs(
    RibbonGroup group
)

Parameters

Name Type Description
group RibbonGroup

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

Remarks

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

See Also