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