Skip to main content
A newer version of this page is available. .

BootstrapClientTreeViewNodeCancelEventArgs.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