TreeViewCancelEvent.TreeViewCancelEvent

Overview | Methods | Fields | This Package | All Packages

TreeViewCancelEvent.TreeViewCancelEvent

Creates a TreeViewCancelEvent object.

Syntax

public TreeViewCancelEvent( TreeNode node, boolean cancel )

Parameters

node

The tree node that is about to be expanded, collapsed, or selected.

cancel

Set to true to cancel the operation; otherwise, set to false.