constructor(key, values, htmlEvent) Constructor
Initializes a new instance of the ASPxClientGanttTaskEventArgs class with specified settings.
Declaration
constructor(
key: any,
values: any,
htmlEvent: any
)
Parameters
Name | Type | Description |
---|---|---|
key | any | The task key. |
values | any | The task data. |
htmlEvent | any | Event parameters. |
See Also