Error processing SSI file
LEADTOOLS Multimedia (Leadtools.MediaFoundation assembly)

Show in webframe

ProgressEventHandler Delegate






The source of the event.
A ProgressEventArgs object that contains the event data.
Represents the method that will handle an event that has received ProgressEventArgs data.
Syntax
public delegate void ProgressEventHandler( 
   object sender,
   ProgressEventArgs e
)
'Declaration
 
Public Delegate Sub ProgressEventHandler( _
   ByVal sender As Object, _
   ByVal e As ProgressEventArgs _
) 
'Usage
 
Dim instance As New ProgressEventHandler(AddressOf HandlerMethod)
public delegate void ProgressEventHandler( 
   Object^ sender,
   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

See Also

Reference

ProgressEventHandler Members
Leadtools.MediaFoundation Namespace

Error processing SSI file
Leadtools.MediaFoundation requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features