Back to Devexpress

ASPxClientRichEditContentRemovedEventHandler Interface

aspnet-js-aspxclientricheditcontentremovedeventhandler.md

latest621 B
Original Source

ASPxClientRichEditContentRemovedEventHandler Interface

A method that handles the ContentRemoved event.

Declaration

ts
interface ASPxClientRichEditContentRemovedEventHandler {(source: ASPxClientRichEdit, e: ASPxClientRichEditContentRemovedEventArgs): any;}

Parameters

NameTypeDescription
sourceASPxClientRichEdit

The event source.

| | e | ASPxClientRichEditContentRemovedEventArgs |

An object that contains event data.

|