Skip to main content

BootstrapClientTreeViewNodeEventArgs.node Property

Gets a node object related to the event.

Declaration

node: BootstrapClientTreeViewNode

Property Value

Type Description
BootstrapClientTreeViewNode

A BootstrapClientTreeViewNode object, manipulations on which forced the event to be raised.

Remarks

The node property represents a BootstrapClientTreeViewNode object concerned with raising the event.

See Also