constructor(container, item) Constructor
Initializes a new instance of the ASPxClientGanttProgressTooltipShowingEventArgs class with specified settings.
Declaration
constructor(
container: any,
item: any
)
Parameters
Name | Type | Description |
---|---|---|
container | any | The tooltip container. |
item | any | The task’s progress information. |
See Also