Skip to main content

ASPxClientRichEditCustomCommandExecutedEventArgs.parameter Property

Gets an optional parameter that complements the processed command.

Declaration

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