constructor(node) Constructor
Initializes a new object of the ASPxClientTreeViewNodeEventArgs type with the specified value.
Declaration
constructor(
node: ASPxClientTreeViewNode
)
Parameters
Name | Type | Description |
---|---|---|
node | ASPxClientTreeViewNode | An ASPxClientTreeViewNode object representing the node related to the event. |
Remarks
For internal use only.
See Also