ASPxClientRichEditContentRemovedEventHandler Interface
A method that handles the ContentRemoved event.
Declaration
interface ASPxClientRichEditContentRemovedEventHandler {(source: ASPxClientRichEdit, e: ASPxClientRichEditContentRemovedEventArgs): any;}
Parameters
Name | Type | Description |
---|---|---|
source | ASPxClientRichEdit | The event source. |
e | ASPxClientRichEditContentRemovedEventArgs | An object that contains event data. |