Represents the method that will handle an event that report a progress.
Namespace: Cake3
Assembly: Cake3
Collapse/Expand Syntax
C#
public delegate void ProgressEventHandler (
        object sender,
        ProgressEventArgs e
) 
Parameters
sender

There is no description.

e

There is no description.