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