Skip to main content
All docs
V24.2

constructor(nodeKey, nodeValues) Constructor

In This Article

Initializes a new instance of the ASPxClientTreeListBatchEditNodeChangesCancelingEventArgs class with specified settings.

#Declaration

TypeScript
constructor(
    nodeKey: string,
    nodeValues: any
)

#Parameters

Name Type Description
nodeKey string

The node’s key.

nodeValues any

A hash table that stores information about the processed node’s cells.

See Also