BootstrapRibbon.DialogBoxLauncherClicked Event
Fires on the server side after a dialog box launcher has been clicked.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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