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

ASPxClientHtmlEditorCommandExecutingEventHandler<Sender> Interface

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

Declaration

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.