The C1MouseHelper type exposes the following members.

Constructors

  Name Description
Public method C1MouseHelper
Initializes a new C1MouseHelper.

Methods

  Name Description
Public method Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Events

  Name Description
Public event ContextMenuInvoked
Fires when the context menu is invoked for the UIElement.
Public event MouseClick
Fires when the UIElement is clicked.
Public event MouseDoubleClick
Fires when the UIElement is double-clicked.
Public event MouseDragEnd
Fires when the user finishes dragging the UIElement with the mouse.
Public event MouseDragMove
Fires while the user drags the UIElement with the mouse.
Public event MouseDragStart
Fires when the user starts dragging the UIElement with the mouse.
Public event MouseWheel
Fires when the mouse wheel is activated over the UIElement.

See Also