Back to Devexpress

ASPxClientRichEditPopupMenuShowingEventHandler Interface

aspnet-js-aspxclientricheditpopupmenushowingeventhandler.md

latest635 B
Original Source

ASPxClientRichEditPopupMenuShowingEventHandler Interface

A method that handles the PopupMenuShowing event.

Declaration

ts
interface ASPxClientRichEditPopupMenuShowingEventHandler {(source: ASPxClientRichEdit, e: ASPxClientRichEditPopupMenuShowingEventArgs): any;}

Parameters

NameTypeDescription
sourceASPxClientRichEdit

The event source.

| | e | ASPxClientRichEditPopupMenuShowingEventArgs |

An object that contains event data.

|