aspnet-devexpress-dot-web-dot-aspxribbon-4f68b30f.md
Fires on the server side after a dialog box launcher has been clicked.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public event RibbonDialogBoxLauncherClickedEventHandler DialogBoxLauncherClicked
Public Event DialogBoxLauncherClicked As RibbonDialogBoxLauncherClickedEventHandler
The DialogBoxLauncherClicked event's data class is DialogBoxLauncherClickedEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Group | Gets the group object to which the clicked dialog box launcher belongs. |
Write a DialogBoxLauncherClicked event handler to perform specific actions on the server side after a dialog box launcher is clicked. You can use the event argument’s DialogBoxLauncherClickedEventArgs.Group property to identify whose dialog box launcher is clicked.
See Also