Accusoft.FSInvoices1.Net
OnProgressEvent Event




Reports progress during processing.
Syntax
'Declaration
 
Public Event OnProgressEvent As EventHandler(Of ProcessingEventArgs)
'Usage
 
Dim instance As Processor
Dim handler As EventHandler(Of ProcessingEventArgs)
 
AddHandler instance.OnProgressEvent, handler
public event EventHandler<ProcessingEventArgs> OnProgressEvent
public: __event EventHandler<ProcessingEventArgs*>* OnProgressEvent
public:
event EventHandler<ProcessingEventArgs^>^ OnProgressEvent
Event Data

The event handler receives an argument of type ProcessingEventArgs containing data related to this event. The following ProcessingEventArgs properties provide information specific to this event.

PropertyDescription
CancelProcessing Gets and sets the flag that cancels processing.
FileId Gets the identifier of the current file being processed.
FilePageIndex Gets the zero-based index of the current file page being processed.
ProcessingState Gets the current ProcessingState.
See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback