Piccolo.NET

PNode Events

The events of the PNode class are listed below. For a complete list of PNode class members, see the PNode Members topic.

Public Instance Events

BoundsChanged Occurs when the value of the Bounds property changes.
Click Occurs when the node is clicked.
DoubleClick Occurs when the node is double clicked.
DragDrop Occurs when a drag-and-drop operation is completed.
DragEnter Occurs when an object is dragged into this node's bounds.
DragLeave Occurs when an object is dragged out of this node's bounds.
DragOver Occurs when an object is dragged over this node's bounds.
FullBoundsChanged Occurs when the value of the FullBounds property changes.
GotFocus Occurs when the node receives focus.
KeyDown Occurs when a key is pressed while the node has focus.
KeyPress Occurs when a key is pressed while the node has focus.
KeyUp Occurs when a key is released while the node has focus.
LostFocus Occurs when the node loses focus.
MouseDown Occurs when the mouse pointer is over the node and a mouse button is pressed.
MouseDrag Occurs when the mouse pointer is dragged over the node.
MouseEnter Occurs when the mouse pointer enters the node.
MouseLeave Occurs when the mouse pointer leaves the node.
MouseMove Occurs when the mouse pointer is moved over the node.
MouseUp Occurs when the mouse pointer is over the node and a mouse button is released.
MouseWheel Occurs when the mouse wheel moves while the node has focus.
TagChanged Occurs when the value of the Tag property changes.
TransformChanged Occurs when the value of the Matrix property changes.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace