Skip to main content

ASPxClientHtmlEditorCommandExecutingEventArgs Class

Provides data for the ASPxClientHtmlEditor.CommandExecuting event.

Declaration

declare class ASPxClientHtmlEditorCommandExecutingEventArgs extends ASPxClientCancelEventArgs

Remarks

Objects of the ASPxClientHtmlEditorCommandExecutingEventArgs type are used as arguments for the ASPxClientHtmlEditor.CommandExecuting event generated on the client side.

ASPxClientHtmlEditorCommandExecutingEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

Inheritance

ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientHtmlEditorCommandExecutingEventArgs
See Also