Skip to main content
A newer version of this page is available. .

ASPxClientHtmlEditorCommandExecutingEventArgs.parameter Property

Gets an optional parameter that complements the processed command.

Declaration

parameter: any

Property Value

Type Description
any

An object containing additional information about the processed command.

Remarks

The parameter property complements the ASPxClientHtmlEditorCommandExecutingEventArgs.commandName property by allowing you to obtain additional information about the command being processed.

See Also