Aurigma Graphics Mill 5.5 for .NET
MouseEventHandler Delegate
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 )
Parameters
- sender
-
Type: System..::.Object