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

ASPxClientHtmlEditorCommandEventHandler<Sender> Interface

A method that will handle the corresponding client event.

Declaration

interface ASPxClientHtmlEditorCommandEventHandler<Sender> { (source: Sender, e: ASPxClientHtmlEditorCommandEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source. This parameter identifies the editor which raised the event.

e ASPxClientHtmlEditorCommandEventArgs

An ASPxClientHtmlEditorCommandEventArgs object that contains event data.