Back to Devexpress

RibbonCommandExecutedEventHandler Delegate

aspnet-devexpress-dot-web-a1ba3a22.md

latest1.5 KB
Original Source

RibbonCommandExecutedEventHandler Delegate

A method that will handle the ASPxClientRibbon.CommandExecuted event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
sourceObject

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

| | e | RibbonCommandExecutedEventArgs |

A RibbonCommandExecutedEventArgs object that contains event data.

|

See Also

Ribbon

DevExpress.Web Namespace