Skip to main content

ASPxClientSpreadsheetCustomCommandExecutedEventArgs Members

In This Article
Provides data for the ASPxClientSpreadsheet.CustomCommandExecuted event.

#Constructors

Name Description
constructor(commandName, parameter) Initializes a new instance of the ASPxClientSpreadsheetCustomCommandExecutedEventArgs class.

#Properties

Name Description
commandName Gets the name of the processed command. Corresponds to the item’s Name property value.
item Obsolete. This property is now obsolete. Use the ASPxClientSpreadsheetCustomCommandExecutedEventArgs.commandName property instead.
parameter Gets an optional parameter that complements the processed command.
See Also