Delegate ProgressEventHandler
Represents the method that will handle the Progress event.
Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public delegate void ProgressEventHandler(object sender, ProgressEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event. |
ProgressEventArgs | e | The event data. |