Skip to main content
A newer version of this page is available. .

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 Gets or sets a value indicating whether the action which raised the event should be canceled. Inherited from ASPxClientCancelEventArgs.
menuItems Provides access to a collection of menu items in the context menu being invoked.
See Also