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

BootstrapRibbon.DialogBoxLauncherClicked Event

Fires on the server side after a dialog box launcher has been clicked.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public event BootstrapRibbonDialogBoxLauncherClickedEventHandler DialogBoxLauncherClicked

Event Data

The DialogBoxLauncherClicked event's data class is DevExpress.Web.Bootstrap.BootstrapRibbonDialogBoxLauncherClickedEventArgs.

Remarks

Handle a DialogBoxLauncherClicked event to perform specific actions on the server side after a dialog box launcher is clicked. You can use the event argument’s Group property to identify whose dialog box launcher is clicked.

See Also