This delegate represents the method that will handle operation stopping events.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Delegate Sub StopEventHandler ( _
sender As Object, _
e As ErrorEventArgs _
)
public delegate void StopEventHandler(
Object sender,
ErrorEventArgs e
)