constructor(nodeKey, nodeValues) Constructor
In This Article
Initializes a new instance of the ASPxClientTreeListBatchEditNodeChangesCancelingEventArgs class with specified settings.
#Declaration
TypeScript
constructor(
nodeKey: string,
nodeValues: any
)
#Parameters
Name | Type | Description |
---|---|---|
node |
string | The node’s key. |
node |
any | A hash table that stores information about the processed node’s cells. |
See Also