RibbonCommandExecutedEventHandler Delegate
A method that will handle the ASPxClientRibbon.CommandExecuted event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public delegate void RibbonCommandExecutedEventHandler(
object source,
RibbonCommandExecutedEventArgs e
);
Parameters
| Name | Type | Description |
|---|---|---|
| source | Object | 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