constructor(nodeKey, nodeValues, focusedColumn) Constructor
Initializes a new instance of the ASPxClientTreeListBatchEditEndEditingEventArgs class with specified settings.
Declaration
constructor(
nodeKey: string,
nodeValues: any,
focusedColumn: ASPxClientTreeListColumn
)
Parameters
Name | Type |
---|---|
nodeKey | string |
nodeValues | any |
focusedColumn | ASPxClientTreeListColumn |
See Also