Skip to main content

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
nodeKey string

A String value that identifies the processed node.

parentNodeKey string

A String value that identifies the processed node’s parent node.

See Also