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 |
---|---|---|
node |
string | A String value that identifies the processed node. |
validation |
any | An object containing validation information. |
See Also