Aurigma Graphics Mill 5.5 for .NET
StopEventHandler Delegate
This delegate represents the method that will handle operation stopping events.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Delegate Sub StopEventHandler ( _ sender As Object, _ e As ErrorEventArgs _ )
C#
public delegate void StopEventHandler( Object sender, ErrorEventArgs e )