←Select platform

ProgressEventHandler Delegate

Summary

Represents the method that will handle an event that has received ProgressEventArgs data.

Syntax

C#
VB
C++
public delegate void ProgressEventHandler( 
   object sender, 
   ProgressEventArgs e 
) 
Public Delegate Sub ProgressEventHandler( _ 
   ByVal sender As Object, _ 
   ByVal e As Leadtools.Multimedia.ProgressEventArgs _ 
)  
public delegate void ProgressEventHandler(  
   Object^ sender, 
   Leadtools.Multimedia.ProgressEventArgs^ e 
) 

Parameters

sender
The source of the event.

e
A ProgressEventArgs object that contains the event data.

Remarks

Represents the method that will handle an event that has received ProgressEventArgs data. When the ProgressEvent event is raised in a toolkit object, any subscribed event handlers in your code will be called. See the Microsoft documentation on .NET Events and Delegates for more information about .NET delegates and events.

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.Multimedia Assembly