Provides data for the MouseUp, MouseDown, and MouseMove events.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Class MouseEventArgs _ Inherits EventArgs
public class MouseEventArgs : EventArgs
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.