The methods of the PZoomEventHandler class are listed below. For a complete list of PZoomEventHandler class members, see the PZoomEventHandler Members topic.
ActivityFinished (inherited from PDragSequenceEventHandler) | Called when the drag activity stops running. |
ActivityStarted (inherited from PDragSequenceEventHandler) | Called when the drag activity starts running. |
ActivityStepped (inherited from PDragSequenceEventHandler) | Called when the drag activity is running. |
DoesAcceptEvent (inherited from PBasicInputEventHandler) | Returns true if the filter accepts the given event and false otherwise. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
OnClick (inherited from PBasicInputEventHandler) | Called when a Click event is sent to this listener. |
OnDoubleClick (inherited from PBasicInputEventHandler) | Called when a DoubleClick event is sent to this listener. |
OnDragDrop (inherited from PBasicInputEventHandler) | Called when a DragDrop event is sent to this listener. |
OnDragEnter (inherited from PBasicInputEventHandler) | Called when a DragEnter event is sent to this listener. |
OnDragLeave (inherited from PBasicInputEventHandler) | Called when a DragLeave event is sent to this listener. |
OnDragOver (inherited from PBasicInputEventHandler) | Called when a DragOver event is sent to this listener. |
OnGotFocus (inherited from PBasicInputEventHandler) | Called when a GotFocus event is sent to this listener. |
OnKeyDown (inherited from PBasicInputEventHandler) | Called when a KeyDown event is sent to this listener. |
OnKeyPress (inherited from PBasicInputEventHandler) | Called when a KeyPress event is sent to this listener. |
OnKeyUp (inherited from PBasicInputEventHandler) | Called when a KeyUp event is sent to this listener. |
OnLostFocus (inherited from PBasicInputEventHandler) | Called when a LostFocus event is sent to this listener. |
OnMouseDown (inherited from PDragSequenceEventHandler) | Overridden. See PBasicInputEventHandler.OnMouseDown. |
OnMouseDrag (inherited from PDragSequenceEventHandler) | Overridden. See PBasicInputEventHandler.OnMouseDrag. |
OnMouseEnter (inherited from PBasicInputEventHandler) | Called when a MouseEnter event is sent to this listener. |
OnMouseLeave (inherited from PBasicInputEventHandler) | Called when a MouseLeave event is sent to this listener. |
OnMouseMove (inherited from PBasicInputEventHandler) | Called when a MouseMove event is sent to this listener. |
OnMouseUp (inherited from PDragSequenceEventHandler) | Overridden. See PBasicInputEventHandler.OnMouseUp. |
OnMouseWheel (inherited from PBasicInputEventHandler) | Called when a MouseWheel event is sent to this listener. |
ToString (inherited from PBasicInputEventHandler) | Overridden. Returns a string representation of this object for debugging purposes. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnDrag (inherited from PDragSequenceEventHandler) | Subclasses should override this method to get notified of the drag events in a drag sequence. |
OnDragActivityFinalStep (inherited from PDragSequenceEventHandler) | Override this method to get notified when the drag activity stops stepping. |
OnDragActivityFirstStep | Overridden. See PDragSequenceEventHandler.OnDragActivityFirstStep. |
OnDragActivityStep | Overridden. See PDragSequenceEventHandler.OnDragActivityStep. |
OnEndDrag (inherited from PDragSequenceEventHandler) | Subclasses should override this method to get notified of the end event in a drag sequence. |
OnStartDrag (inherited from PDragSequenceEventHandler) | Subclasses should override this method to get notified of the start of a new drag sequence. |
PBasicInputEventHandlerAcceptsEvent (inherited from PBasicInputEventHandler) | The filter for a PBasicInputEventHandler. This method only rejects an event if it has already been marked as handled. |
PZoomEventHandlerAcceptsEvent | The filter for a PZoomEventHandler. This method only accepts right mouse button events that have not yet been handled. |
ShouldStartDragInteraction (inherited from PDragSequenceEventHandler) | Returns true if a drag sequence should be initiated. |
StartDragActivity (inherited from PDragSequenceEventHandler) | Schedules the drag activity to run. |
PZoomEventHandler Class | UMD.HCIL.Piccolo.Event Namespace