Skip to main content
All docs
V24.2

constructor(key, focusedFieldName, values) Constructor

In This Article

Initializes a new instance of the ASPxClientGanttStartCellEditingEventArgs class with specified settings.

#Declaration

TypeScript
constructor(
    key: any,
    focusedFieldName: string,
    values: any
)

#Parameters

Name Type Description
key any

The task key.

focusedFieldName string

The field name of the focused task.

values any

The task values.

See Also