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
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. |