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