Piccolo.NET

PCamera Events

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

Public Instance Events

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

See Also

PCamera Class | UMD.HCIL.Piccolo Namespace