The events of the PNode class are listed below. For a complete list of PNode class members, see the PNode Members topic.
BoundsChanged | Occurs when the value of the Bounds property changes. |
BrushChanged | Occurs when the value of the Brush property changes. |
ChildrenChanged | Occurs when there is a change in the set of this node's direct children. |
ChildrenPickableChanged | Occurs when the value of the ChildrenPickable 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. |
ParentChanged | Occurs when the value of the Parent property changes. |
PickableChanged | Occurs when the value of the Pickable property changes. |
TagChanged | Occurs when the value of the Tag property changes. |
TransformChanged | Occurs when the value of the Matrix property changes. |
VisibleChanged | Occurs when the value of the Visible property changes. |
PNode Class | UMD.HCIL.Piccolo Namespace