This delegate represents the method that will handle the MouseUp, MouseDown, and MouseMove events.

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

Syntax

Visual Basic

Public Delegate Sub MouseEventHandler ( _
	sender As Object, _
	e As MouseEventArgs _
)

C#

public delegate void MouseEventHandler(
	Object sender,
	MouseEventArgs e
)