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