AcceptsEvent (inherited from PBasicInputEventHandler) | Used to add a filter to this event handler class. |
Click (inherited from PBasicInputEventHandler) | Used to handle Click events sent to this event handler class. |
DoubleClick (inherited from PBasicInputEventHandler) | Used to handle DoubleClick events sent to this event handler class. |
Drag (inherited from PDragSequenceEventHandler) | Used to notify classes of drag events in a drag sequence. |
DragActivityFinalStep (inherited from PDragSequenceEventHandler) | Used to notify classes that the drag activity has stopped stepping. |
DragActivityFirstStep (inherited from PDragSequenceEventHandler) | Used to notify classes that the drag activity has started stepping. |
DragActivityStep (inherited from PDragSequenceEventHandler) | Used to notify classes that the drag activity is stepping. |
DragDrop (inherited from PBasicInputEventHandler) | Used to handle DragDrop events sent to this event handler class. |
DragEnter (inherited from PBasicInputEventHandler) | Used to handle DragEnter events sent to this event handler class. |
DragLeave (inherited from PBasicInputEventHandler) | Used to handle DragLeave events sent to this event handler class. |
DragOver (inherited from PBasicInputEventHandler) | Used to handle DragOver events sent to this event handler class. |
EndDrag (inherited from PDragSequenceEventHandler) | Used to notify classes of the end of a drag sequence. |
GotFocus (inherited from PBasicInputEventHandler) | Used to handle GotFocus events sent to this event handler class. |
KeyDown (inherited from PBasicInputEventHandler) | Used to handle KeyDown events sent to this event handler class. |
KeyPress (inherited from PBasicInputEventHandler) | Used to handle KeyPress events sent to this event handler class. |
KeyUp (inherited from PBasicInputEventHandler) | Used to handle KeyUp events sent to this event handler class. |
LostFocus (inherited from PBasicInputEventHandler) | Used to handle LostFocus events sent to this event handler class. |
MouseDown (inherited from PBasicInputEventHandler) | Used to handle MouseDown events sent to this event handler class. |
MouseDrag (inherited from PBasicInputEventHandler) | Used to handle MouseDrag events sent to this event handler class. |
MouseEnter (inherited from PBasicInputEventHandler) | Used to handle MouseEnter events sent to this event handler class. |
MouseLeave (inherited from PBasicInputEventHandler) | Used to handle MouseLeave events sent to this event handler class. |
MouseMove (inherited from PBasicInputEventHandler) | Used to handle MouseMove sent to this event handler class. |
MouseUp (inherited from PBasicInputEventHandler) | Used to handle MouseUp events sent to this event handler class. |
MouseWheel (inherited from PBasicInputEventHandler) | Used to handle MouseWheel events sent to this event handler class. |
StartDrag (inherited from PDragSequenceEventHandler) | Used to notify classes of the start of a new drag sequence. |