Skip to main content

constructor(nodeKey, nodeValues) Constructor

In This Article

Initializes a new instance of the ASPxClientTreeListBatchEditNodeRecoveringEventArgs class.

#Declaration

TypeScript
constructor(
    nodeKey: string,
    nodeValues: any
)

#Parameters

Name Type Description
nodeKey string

A string object that is the node key.

nodeValues any

An object representing the node values.

See Also