ASPxClientHtmlEditorCommandEventArgs Class
In This Article
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