Skip to main content

constructor(nodeKey, focusedColumn, nodeValues) Constructor

In This Article

Initializes a new instance of the ASPxClientTreeListBatchEditStartEditingEventArgs class.

#Declaration

TypeScript
constructor(
    nodeKey: string,
    focusedColumn: ASPxClientTreeListColumn,
    nodeValues: any
)

#Parameters

Name Type Description
nodeKey string

A String value that identifies the processed node.

focusedColumn ASPxClientTreeListColumn

An ASPxClientTreeListColumn object representing the focused column.

nodeValues any

An object representing a data source’s field values.

See Also