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