Back to Devexpress

RibbonDialogBoxLauncherClickedEventHandler Delegate

aspnet-devexpress-dot-web-95b3db07.md

latest1.5 KB
Original Source

RibbonDialogBoxLauncherClickedEventHandler Delegate

A method that will handle the ASPxRibbon.DialogBoxLauncherClicked event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void RibbonDialogBoxLauncherClickedEventHandler(
    object source,
    DialogBoxLauncherClickedEventArgs e
);
vb
Public Delegate Sub RibbonDialogBoxLauncherClickedEventHandler(
    source As Object,
    e As DialogBoxLauncherClickedEventArgs
)

Parameters

NameTypeDescription
sourceObject

A Object that is the event source. Identifies the ASPxRibbon control that raised the event.

| | e | DialogBoxLauncherClickedEventArgs |

An DialogBoxLauncherClickedEventArgs object that contains event data.

|

See Also

Ribbon

DevExpress.Web Namespace