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)
Public Delegate Sub MouseEventHandler ( _ sender As Object, _ e As MouseEventArgs _ )
public delegate void MouseEventHandler( Object sender, MouseEventArgs e )