Skip to main content

constructor(nodeKey, parentNodeKey) Constructor

Initializes a new instance of the ASPxClientTreeListBatchEditNodeInsertingEventArgs class.

Declaration

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