constructor(nodeKey, nodeValues) Constructor
In This Article
Initializes a new instance of the ASPxClientTreeListBatchEditNodeDeletingEventArgs class.
#Declaration
TypeScript
constructor(
nodeKey: string,
nodeValues: any
)
#Parameters
Name | Type | Description |
---|---|---|
node |
string | A String value that identifies the processed node. |
node |
any | An object representing a data source field values. |
See Also