Creates a TreeViewCancelEvent object.
public TreeViewCancelEvent( TreeNode node, boolean cancel )
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.