This delegate represents the method that will handle progress notifications.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Delegate Sub ProgressEventHandler ( _ sender As Object, _ e As ProgressEventArgs _ )
public delegate void ProgressEventHandler( Object sender, ProgressEventArgs e )