ASPxClientRibbonCommandExecutedEventHandler<Sender> Interface
A method that will handle the ASPxClientRibbon.CommandExecuted event.
Declaration
interface ASPxClientRibbonCommandExecutedEventHandler<Sender> { (source: Sender, e: ASPxClientRibbonCommandExecutedEventArgs): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. Identifies the ASPxRibbon control that raised the event. |
e | ASPxClientRibbonCommandExecutedEventArgs | An ASPxClientRibbonCommandExecutedEventArgs object that contains event data. |
See Also