Skip to main content

ASPxClientRibbonCommandExecutedEventArgs Members

In This Article
Provides data for the ASPxClientRibbon.CommandExecuted event.

#Constructors

Name Description
constructor(item, parameter, processOnServer) Initializes a new object of the ASPxClientRibbonCommandExecutedEventArgs type with the specified settings.

#Properties
Show Inherited Hide Inherited

Name Description
item Gets an item object related to the event.
parameter Gets an optional parameter that complements the processed command.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
See Also