Skip to main content

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

true to process the event on the server side; false to completely handle it on the client side.

See Also