constructor(objectType, index, htmlEvent, showBrowserMenu) Constructor
Initializes a new instance of the ASPxClientGridViewContextMenuEventArgs class with the specified settings.
Declaration
constructor(
objectType: string,
index: number,
htmlEvent: any,
showBrowserMenu: boolean
)
Parameters
Name | Type | Description |
---|---|---|
objectType | string | A string specifying a grid element that has been right clicked by the user. |
index | number | The element’s index. |
htmlEvent | any | An object that contains parameters associated with the event. |
showBrowserMenu | boolean |
|
See Also