constructor(nodeKey, focusedColumn, nodeValues) Constructor
Initializes a new instance of the ASPxClientTreeListBatchEditStartEditingEventArgs class.
Declaration
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