ASPxClientRichEditCustomCommandExecutedEventArgs.commandName Property
In This Article
Gets the name of the processed command.
#Declaration
TypeScript
commandName: string
#Property Value
Type | Description |
---|---|
string | A string value representing the processed command’s name. |
#Remarks
Use the commandName property to identify the custom command currently being processed. Additional information about the command may be obtained by using the ASPxClientRichEditCustomCommandExecutedEventArgs.parameter property.
See Also