ProgressEventArgs Constructor

Summary
The ProgressEventArgs object is the event arguments object for the ProgressEventHandler. For more information, see ProgressEventHandler
Syntax
C#
VB
C++
public ProgressEventArgs( 
   int val 
) 
Public Function New( _ 
   ByVal val As Integer _ 
) 
public: 
ProgressEventArgs(  
   int val 
) 

Parameters

val
For capture progress events, this value represents the capture time in seconds. For convert progress events, this value represents the percentage complete.

Requirements

Target Platforms

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

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.