ASPxClientRibbonCommandExecutedEventArgs Class
In This Article
Provides data for the ASPxClientRibbon.CommandExecuted event.
#Declaration
TypeScript
declare class ASPxClientRibbonCommandExecutedEventArgs extends ASPxClientProcessingModeEventArgs
#Remarks
Objects of the ASPxClientRibbonCommandExecutedEventArgs type are used as arguments for the ASPxClientRibbon.CommandExecuted event generated on the client side.
ASPxClientRibbonCommandExecutedEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientProcessingModeEventArgs
ASPxClientRibbonCommandExecutedEventArgs
See Also