Skip to main content
All docs
V24.2

constructor(objectInfo, htmlEvent) Constructor

In This Article

Initializes a new instance of the ASPxClientGanttContextMenuEventArgs class with specified settings.

#Declaration

TypeScript
constructor(
    objectInfo: any,
    htmlEvent: any
)

#Parameters

Name Type Description
objectInfo any

Information about the right-clicked object.

htmlEvent any

The DHTML event object related to the processed event.

See Also