←Select platform

Progress Event

Summary

Optional delegate method used after page processing is finished.

Syntax

C#
VB
C++
public event EventHandler<AutoFormsProgressEventArgs> Progress 
  
Public Event Progress As EventHandler(Of AutoFormsProgressEventArgs) 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly