Back to Devexpress

ASPxClientRichEditCustomCommandExecutedEventHandler Interface

aspnet-js-aspxclientricheditcustomcommandexecutedeventhandler.md

latest630 B
Original Source

ASPxClientRichEditCustomCommandExecutedEventHandler Interface

A method that handles the CustomCommandExecuted event.

Declaration

ts
interface ASPxClientRichEditCustomCommandExecutedEventHandler {(source: ASPxClientRichEdit, e: ASPxClientRichEditCustomCommandExecutedEventArgs): any;}

Parameters

NameTypeDescription
sourceASPxClientRichEdit

The event source.

| | e | ASPxClientRichEditCustomCommandExecutedEventArgs | |