constructor(nodeKey, nodeValues) Constructor
Initializes a new instance of the ASPxClientTreeListBatchEditNodeRecoveringEventArgs class.
Declaration
constructor(
nodeKey: string,
nodeValues: any
)
Parameters
| Name | Type | Description |
|---|---|---|
| nodeKey | string | A string object that is the node key. |
| nodeValues | any | An object representing the node values. |
See Also