constructor(nodeKey, validationInfo) Constructor
Initializes a new instance of the ASPxClientTreeListBatchEditNodeValidatingEventArgs class.
Declaration
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