Accusoft.ISISXpressSdk Namespace > IsisXpress Class : Progress Event |
'Declaration <DescriptionAttribute("Fired to indicate how much of the scan has completed.")> <CategoryAttribute("IsisXpress")> Public Event Progress As IsisXpress.ProgressEventHandler
'Usage Dim instance As IsisXpress Dim handler As IsisXpress.ProgressEventHandler AddHandler instance.Progress, handler
[DescriptionAttribute("Fired to indicate how much of the scan has completed.")] [CategoryAttribute("IsisXpress")] public event IsisXpress.ProgressEventHandler Progress
[DescriptionAttribute("Fired to indicate how much of the scan has completed.")] [CategoryAttribute("IsisXpress")] public: __event IsisXpress.ProgressEventHandler* Progress
[DescriptionAttribute("Fired to indicate how much of the scan has completed.")] [CategoryAttribute("IsisXpress")] public: event IsisXpress.ProgressEventHandler^ Progress
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.
Property | Description |
---|---|
Percent | Gets the percentage the scan has progressed. |