This documentation is for the old version. Go to the latest Graphics Mill docs

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
)

Parameters

sender

Type: System.Object

e

Type: Aurigma.GraphicsMill.ErrorEventArgs

Remarks

It handles both Stopped and Stopping events.

See Also

Reference