Skip to main content

constructor(nodeKey, nodeValues) Constructor

In This Article

Initializes a new instance of the ASPxClientTreeListBatchEditNodeDeletingEventArgs class.

#Declaration

TypeScript
constructor(
    nodeKey: string,
    nodeValues: any
)

#Parameters

Name Type Description
nodeKey string

A String value that identifies the processed node.

nodeValues any

An object representing a data source field values.

See Also