ActiveReports 8
PrintProgressEventHandler Delegate

The source of the event.
The object that contains the event data.
Specifies the arguments of the PrintProgress event.
Syntax
'Declaration
 
Public Delegate Sub PrintProgressEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As PrintProgressEventArgs _
) 
public delegate void PrintProgressEventHandler( 
   System.object sender,
   PrintProgressEventArgs e
)

Parameters

sender
The source of the event.
e
The object that contains the event data.
See Also

Reference

PrintProgressEventHandler Members
GrapeCity.ActiveReports.Extensibility.Printing Namespace

Support Forum