klyn.gui.windows.events.TreeNodeContextEvent.TreeNodeContextEvent
constructor
public TreeNodeContextEvent(source as Object, node as TreeNode, x as Int, y as Int, button as Int):
Description

Creates a tree node context event.

import klyn.gui.windows
import klyn.gui.windows.events

event = TreeNodeContextEvent(tree, node, 40, 80, 3)