public class TreeNodeContextEvent extends TreeNodeEvent:
Event emitted when a TreeView node receives a context request.
tree.nodeContextRequested += lambda(e: TreeNodeContextEvent): print(e.node.text)
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | buttonbutton as Int |
Pointer button that triggered the context request. |
| public readonly property | xx as Int |
Pointer x coordinate in window-client coordinates. |
| public readonl | yy property y as Int |
Pointer y coordinate in window-client coordinates. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | TreeNodeContextEvent | Creates a tree node context event. |