ASPxClientRichEditPopupMenuShowingEventHandler Interface
In This Article
A method that handles the PopupMenuShowing event.
#Declaration
TypeScript
interface ASPxClientRichEditPopupMenuShowingEventHandler {(source: ASPxClientRichEdit, e: ASPxClientRichEditPopupMenuShowingEventArgs): any;}
#Parameters
Name | Type | Description |
---|---|---|
source | ASPx |
The event source. |
e | ASPx |
An object that contains event data. |