Skip to main content

constructor(nodeKey, validationInfo) Constructor

In This Article

Initializes a new instance of the ASPxClientTreeListBatchEditNodeValidatingEventArgs class.

#Declaration

TypeScript
constructor(
    nodeKey: string,
    validationInfo: any
)

#Parameters

Name Type Description
nodeKey string

A String value that identifies the processed node.

validationInfo any

An object containing validation information.

See Also