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

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

A zero-based integer index that is the processed element index.

htmlEvent any

An object that contains parameters associated with the event.

showBrowserMenu boolean

true, to display a browser context menu; otherwise, false.

See Also