←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly