Skip to main content

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
nodeKey string
nodeValues any
focusedColumn ASPxClientTreeListColumn
See Also