constructor(container, task) Constructor
Initializes a new instance of the ASPxClientGanttTooltipShowingEventArgs class with specified settings.
Declaration
constructor(
container: any,
task: any
)
Parameters
| Name | Type | Description |
|---|---|---|
| container | any | A container for the tooltip. |
| task | any | The task. |
See Also