constructor(container, item) Constructor
Initializes a new instance of the ASPxClientGanttTimeTooltipShowingEventArgs class with specified settings.
Declaration
constructor(
container: any,
item: any
)
Parameters
Name | Type | Description |
---|---|---|
container | any | The tooltip container. |
item | any | Information about the task’s start and end time. |
See Also