Skip to main content

ASPxClientHtmlEditorCommandExecutingEventHandler<Sender> Interface

In This Article

A method that will handle the client ASPxClientHtmlEditor.CommandExecuted event.

#Declaration

TypeScript
interface ASPxClientHtmlEditorCommandExecutingEventHandler<Sender> { (source: Sender, e: ASPxClientHtmlEditorCommandExecutingEventArgs): void; }

#Parameters

Name Type Description
source Sender

The event’s source.

e ASPxClientHtmlEditorCommandExecutingEventArgs

An ASPxClientHtmlEditorCommandExecutingEventArgs object that contains event data.