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