AutoFormsProgressEventArgs Constructor

Summary

Initializes a new instance of the AutoFormsProgressEventArgs class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal operation As AutoFormsOperation, _ 
   ByVal percentage As Integer _ 
) 
public: 
AutoFormsProgressEventArgs(  
   AutoFormsOperation operation, 
   int percentage 
) 

Parameters

operation
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