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