ASPxClientRichEdit.PopupMenuShowing Event
Occurs when a pop-up menu is about to be shown.
Declaration
PopupMenuShowing: ASPxClientEvent<ASPxClientRichEditPopupMenuShowingEventHandler>
Event Data
The PopupMenuShowing event's data class is ASPxClientRichEditPopupMenuShowingEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
cancel | Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs. |
menuItems | Provides access to a collection of menu items in the context menu being invoked. |
Remarks
Refer to the following section for more information about client-side events: Client API.
See Also