ASPxClientRichEditCustomCommandExecutedEventArgs.parameter Property
In This Article
Gets an optional parameter that complements the processed command.
#Declaration
TypeScript
parameter: any
#Property Value
Type | Description |
---|---|
any | A string value containing additional information about the processed command. |
#Remarks
The parameter property complements the ASPxClientRichEditCustomCommandExecutedEventArgs.commandName property by allowing you to obtain additional information about the command being processed.
See Also