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