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