LEADTOOLS Forms (Leadtools.Forms.Auto assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Progress Event
See Also 
Leadtools.Forms.Auto Namespace > AutoFormsEngine Class : Progress Event



The Progress Event is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Optional delegate method used after page processing is finished.

Syntax

Visual Basic (Declaration) 
Public Event Progress As EventHandler(Of AutoFormsProgressEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As AutoFormsEngine
Dim handler As EventHandler(Of AutoFormsProgressEventArgs)
 
AddHandler instance.Progress, handler
C++/CLI 
public:
event EventHandler<AutoFormsProgressEventArgs^>^ Progress

Event Data

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

PropertyDescription
Cancel Cancel the current operation.
Operation Gets the current running AutoFormsOperation.
Percentage A value between 0 and 100 that represents the percent completion of the process.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Forms requires a Forms Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features