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 |
---|---|---|
node |
string | A String value that identifies the processed node. |
focused |
ASPx |
An ASPx |
node |
any | An object representing a data source’s field values. |
See Also