Back to Devexpress

ASPxRibbon.DialogBoxLauncherClicked Event

aspnet-devexpress-dot-web-dot-aspxribbon-4f68b30f.md

latest2.3 KB
Original Source

ASPxRibbon.DialogBoxLauncherClicked Event

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

Declaration

csharp
public event RibbonDialogBoxLauncherClickedEventHandler DialogBoxLauncherClicked
vb
Public Event DialogBoxLauncherClicked As RibbonDialogBoxLauncherClickedEventHandler

Event Data

The DialogBoxLauncherClicked event's data class is DialogBoxLauncherClickedEventArgs. The following properties provide information specific to this event:

PropertyDescription
GroupGets 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

Dialog Box Launcher

DialogBoxLauncherClicked

Ribbon

ASPxRibbon Class

ASPxRibbon Members

DevExpress.Web Namespace