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