PDF .NET Library Documentation - PDF Technologies, Inc.
Delegate used in the case of raising Progress event.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public delegate void ProgressEventHandler(
	Object sender,
	ProgressEventArgs arg
)
Visual Basic (Declaration)
Public Delegate Sub ProgressEventHandler ( _
	sender As Object, _
	arg As ProgressEventArgs _
)
Visual C++
public delegate void ProgressEventHandler(
	Object^ sender, 
	ProgressEventArgs^ arg
)

Parameters

sender
Type: System..::.Object
The source of the event.
arg
Type: PDFTech..::.ProgressEventArgs
A ProgressEventArgs that contains event data.

See Also