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

constructor(menuItems, menuType) Constructor

Initializes a new instance of the ASPxClientSpreadsheetPopupMenuShowingEventArgs class with the specified settings.

Declaration

constructor(
    menuItems: any,
    menuType: any
)

Parameters

Name Type Description
menuItems any

Provides access to the context menu’s item collection.

menuType any

Specifies the currently displayed context menu’s type.

See Also