Interface TreeviewNodeCloseEvent
public interface TreeviewNodeCloseEvent
Treeview component node close event handler interface
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onNodeClose
(TreeviewNode node) The event is triggered, when a user closes a treeview node.
-
Method Details
-
onNodeClose
The event is triggered, when a user closes a treeview node.- Parameters:
node
- The instance of the node, that the user closed
-