Accusoft.ImagXpress13.Net
Processor.ProgressEventHandler Delegate




An System.Object that fired the event.
The ProgressEventArgs that contains information about the event.
A handler for the progress events.
Syntax
'Declaration
 
Public Delegate Sub Processor.ProgressEventHandler( _
   ByVal sender As Object, _
   ByVal e As ProgressEventArgs _
) 
'Usage
 
Dim instance As New Processor.ProgressEventHandler(AddressOf HandlerMethod)
public delegate void Processor.ProgressEventHandler( 
   object sender,
   ProgressEventArgs e
)
public: __gc __delegate void Processor.ProgressEventHandler( 
   Object* sender,
   ProgressEventArgs* e
)
public delegate void Processor.ProgressEventHandler( 
   Object^ sender,
   ProgressEventArgs^ e
)

Parameters

sender
An System.Object that fired the event.
e
The ProgressEventArgs that contains information about the event.
See Also

Reference

Processor.ProgressEventHandler Members
Accusoft.ImagXpressSdk Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback