Accusoft.ISISXpress7.Net
Progress Event




Fired to indicate how much of the scan has completed.
Syntax
'Declaration
 
<CategoryAttribute("IsisXpress")>
<DescriptionAttribute("Fired to indicate how much of the scan has completed.")>
Public Event Progress As IsisXpress.ProgressEventHandler
'Usage
 
Dim instance As IsisXpress
Dim handler As IsisXpress.ProgressEventHandler
 
AddHandler instance.Progress, handler
[Category("IsisXpress")]
[Description("Fired to indicate how much of the scan has completed.")]
public event IsisXpress.ProgressEventHandler Progress
[Category("IsisXpress")]
[Description("Fired to indicate how much of the scan has completed.")]
public: __event IsisXpress.ProgressEventHandler* Progress
[Category("IsisXpress")]
[Description("Fired to indicate how much of the scan has completed.")]
public:
event IsisXpress.ProgressEventHandler^ Progress
Event Data

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

PropertyDescription
PercentGets the percentage the scan has progressed.  
See Also

Reference

IsisXpress Class
IsisXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback