Skip to main content

ASPxClientRibbonCommandExecutedEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientRibbon.CommandExecuted event.

#Declaration

TypeScript
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