constructor(objectInfo, htmlEvent) Constructor
Initializes a new instance of the ASPxClientGanttContextMenuEventArgs class with specified settings.
Declaration
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