RibbonDialogBoxLauncherClickedEventHandler Delegate
In This Article
A method that will handle the ASPxRibbon.DialogBoxLauncherClicked event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public delegate void RibbonDialogBoxLauncherClickedEventHandler(
object source,
DialogBoxLauncherClickedEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
source | Object | A Object that is the event source. Identifies the ASPx |
e | Dialog |
An Dialog |
See Also