Skip to main content

ASPxClientHtmlEditorCommandEventArgs Class

Provides data for client events that relate to command processing (ASPxClientHtmlEditor.CommandExecuted, ASPxClientHtmlEditor.CustomCommand).

#Declaration

TypeScript
declare class ASPxClientHtmlEditorCommandEventArgs extends ASPxClientEventArgs

#Remarks

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

#Inheritance

ASPxClientEventArgs
ASPxClientHtmlEditorCommandEventArgs
See Also