ASPxClientRibbonCommandExecutedEventArgs Properties
Provides data for the ASPxClientRibbon.CommandExecuted event.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