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

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

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.

See Also