Interface TreeviewNodeCloseEvent


public interface TreeviewNodeCloseEvent
Treeview component node close event handler interface
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The event is triggered, when a user closes a treeview node.
  • Method Details

    • onNodeClose

      void onNodeClose(TreeviewNode node)
      The event is triggered, when a user closes a treeview node.
      Parameters:
      node - The instance of the node, that the user closed