Interface TreeViewNodeStateListener

    • Method Detail

      • nodeCheckStateChanged

        void nodeCheckStateChanged​(TreeView treeView,
                                   Sequence.Tree.Path path,
                                   TreeView.NodeCheckState previousCheckState)
        Called when a node's checked state has changed.
        Parameters:
        treeView - The source of this event.
        path - Path to the node whose state has changed.
        previousCheckState - The previous check state of this node.