This documentation is for the old version. Go to the latest Graphics Mill docs

MouseEventArgs Class

Provides data for the MouseUp, MouseDown, and MouseMove events.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Class MouseEventArgs _
	Inherits EventArgs
C#
public class MouseEventArgs : EventArgs

Remarks

The MouseDown event occurs when the user presses the mouse button while the pointer is over a control. The MouseUp event occurs when the user releases the mouse button while the pointer remains over the control. The MouseMove event occurs when the user moves the mouse pointer over a control.

This class specifies which mouse button is pressed, how many times the mouse button was pressed and released, and the coordinates of the mouse.

Inheritance Hierarchy

System.Object
L System.EventArgs
L Aurigma.GraphicsMill.WinControls.MouseEventArgs

See Also

Reference