Skip to main content
Tab

ASPxRibbon.DialogBoxLauncherClicked Event

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public event RibbonDialogBoxLauncherClickedEventHandler DialogBoxLauncherClicked

#Event Data

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.

#Remarks

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