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

ASPxRibbon.DialogBoxLauncherClicked Event

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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