Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsFieldsThis PackageAll 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.