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 ASPx |
e | ASPx |
An ASPx |