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