constructor(item, objectType, elementIndex, processOnServer) Constructor
Initializes a new instance of the ASPxClientGridViewContextMenuItemClickEventArgs class with the specified settings.
Declaration
constructor(
item: ASPxClientMenuItem,
objectType: string,
elementIndex: number,
processOnServer: boolean
)
Parameters
Name | Type | Description |
---|---|---|
item | ASPxClientMenuItem | An ASPxClientMenuItem object specifying an item that has been right clicked by the user. |
objectType | string | A string specifying a grid element that has been right clicked by the user. |
elementIndex | number | The index of the grid element being right clicked by the user. |
processOnServer | boolean |
|
See Also