Piccolo.NET

PBasicInputEventHandler Members

PBasicInputEventHandler overview

Public Instance Constructors

PBasicInputEventHandler Constructor Constructs a new PBasicInputEventHandler.

Public Instance Fields

AcceptsEvent Used to add a filter to this event handler class.
Click Used to handle Click events sent to this event handler class.
DoubleClick Used to handle DoubleClick events sent to this event handler class.
DragDrop Used to handle DragDrop events sent to this event handler class.
DragEnter Used to handle DragEnter events sent to this event handler class.
DragLeave Used to handle DragLeave events sent to this event handler class.
DragOver Used to handle DragOver events sent to this event handler class.
GotFocus Used to handle GotFocus events sent to this event handler class.
KeyDown Used to handle KeyDown events sent to this event handler class.
KeyPress Used to handle KeyPress events sent to this event handler class.
KeyUp Used to handle KeyUp events sent to this event handler class.
LostFocus Used to handle LostFocus events sent to this event handler class.
MouseDown Used to handle MouseDown events sent to this event handler class.
MouseDrag Used to handle MouseDrag events sent to this event handler class.
MouseEnter Used to handle MouseEnter events sent to this event handler class.
MouseLeave Used to handle MouseLeave events sent to this event handler class.
MouseMove Used to handle MouseMove sent to this event handler class.
MouseUp Used to handle MouseUp events sent to this event handler class.
MouseWheel Used to handle MouseWheel events sent to this event handler class.

Public Instance Methods

DoesAcceptEvent 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 Called when a Click event is sent to this listener.
OnDoubleClick Called when a DoubleClick event is sent to this listener.
OnDragDrop Called when a DragDrop event is sent to this listener.
OnDragEnter Called when a DragEnter event is sent to this listener.
OnDragLeave Called when a DragLeave event is sent to this listener.
OnDragOver Called when a DragOver event is sent to this listener.
OnGotFocus Called when a GotFocus event is sent to this listener.
OnKeyDown Called when a KeyDown event is sent to this listener.
OnKeyPress Called when a KeyPress event is sent to this listener.
OnKeyUp Called when a KeyUp event is sent to this listener.
OnLostFocus Called when a LostFocus event is sent to this listener.
OnMouseDown Called when a MouseDown event is sent to this listener.
OnMouseDrag Called when a MouseDrag event is sent to this listener.
OnMouseEnter Called when a MouseEnter event is sent to this listener.
OnMouseLeave Called when a MouseLeave event is sent to this listener.
OnMouseMove Called when a MouseMove event is sent to this listener.
OnMouseUp Called when a MouseUp event is sent to this listener.
OnMouseWheel Called when a MouseWheel event is sent to this listener.
ToString Overridden. Returns a string representation of this object for debugging purposes.

Protected Instance Properties

ParamString Returns a string representing the state of this object.

Protected Instance Methods

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.
PBasicInputEventHandlerAcceptsEvent The filter for a PBasicInputEventHandler. This method only rejects an event if it has already been marked as handled.

See Also

PBasicInputEventHandler Class | UMD.HCIL.Piccolo.Event Namespace