Initializes a new instance of the ASPxClientGridViewContextMenuItemClickEventArgs class with the specified settings.
constructor(item: ASPxClientMenuItem, objectType: string, elementIndex: number, processOnServer: boolean)
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 | A zero-based integer index that identifies the grid element being right clicked by the user. |
processOnServer | boolean | true to process the event on the server side; false to completely handle it on the client side. |