Leadtools.Forms.Auto Namespace > AutoFormsEngine Class : Progress Event |
public event EventHandler<AutoFormsProgressEventArgs> Progress
'Declaration Public Event Progress As EventHandler(Of AutoFormsProgressEventArgs)
'Usage Dim instance As AutoFormsEngine Dim handler As EventHandler(Of AutoFormsProgressEventArgs) AddHandler instance.Progress, handler
public event EventHandler<AutoFormsProgressEventArgs> Progress
add_Progress(function(sender, e)) remove_Progress(function(sender, e))
public: event EventHandler<AutoFormsProgressEventArgs^>^ Progress
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.
Property | Description |
---|---|
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2