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

ASPxClientRichEditPopupMenuShowingEventArgs Members

Provides data for the ASPxClientRichEdit.PopupMenuShowing event.

Constructors

Name Description
constructor(menuItems) Initializes a new instance of the ASPxClientRichEditPopupMenuShowingEventArgs object. For internal use only.

Properties

Name 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