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