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
)

Remarks

It handles both Stopped and Stopping events.