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