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

ProgressEventHandler Delegate

This delegate represents the method that will handle progress notifications.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Delegate Sub ProgressEventHandler ( _
	sender As Object, _
	e As ProgressEventArgs _
)
C#
public delegate void ProgressEventHandler(
	Object sender,
	ProgressEventArgs e
)

Parameters

sender

Type: System.Object

e

Type: Aurigma.GraphicsMill.ProgressEventArgs

See Also

Reference