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