Aurigma Graphics Mill 5.5 for .NET
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 )