constructor(nodeKey, parentNodeKey) Constructor
In This Article
Initializes a new instance of the ASPxClientTreeListBatchEditNodeInsertingEventArgs class.
#Declaration
TypeScript
constructor(
nodeKey: string,
parentNodeKey: string
)
#Parameters
Name | Type | Description |
---|---|---|
node |
string | A String value that identifies the processed node. |
parent |
string | A String value that identifies the processed node’s parent node. |
See Also