Skip to main content

constructor(menuItems) Constructor

In This Article

Initializes a new instance of the ASPxClientRichEditPopupMenuShowingEventArgs object. For internal use only.

#Declaration

TypeScript

#Parameters

Name Type Description
menuItems ASPxClientRichEditPopupMenuItemCollection

Provides access to the context menu’s item collection.

See Also