Skip to main content
All docs
V23.2

constructor(nodeKey, nodeValues) Constructor

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

Declaration

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