Interface TreeviewNodeOpenEvent


public interface TreeviewNodeOpenEvent
Treeview component node open event handler interface
Since:
4.0
Author:
JBStrap
  • Method Summary

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

    • onNodeOpen

      void onNodeOpen(TreeviewNode node)
      The event is triggered, when a user opens a treeview node.
      Parameters:
      node - The instance of the node, that the user opened.