public TreeNodeContextEvent(source as Object, node as TreeNode, x as Int, y as Int, button as Int):
Creates a tree node context event.
import klyn.gui.windows import klyn.gui.windows.events event = TreeNodeContextEvent(tree, node, 40, 80, 3)