←Select platform

Progress Event

Summary

Optional delegate method used after page processing is finished.

Syntax

C#
VB
C++
Java
public event EventHandler<AutoFormsProgressEventArgs> Progress 
  
Public Event Progress As EventHandler(Of AutoFormsProgressEventArgs) 
public void addProgressListener( 
   ProgressListener 
); 
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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly