constructor(container, item) Constructor
Initializes a new instance of the ASPxClientGanttTaskShowingEventArgs class with specified settings.
Declaration
constructor(
container: any,
item: any
)
Parameters
| Name | Type | Description |
|---|---|---|
| container | any | A container for the task’s content. |
| item | any | An object that contains a task object and its settings. |
See Also