VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ActionProgressHandlers Class / CreateActionProgressHandler(EventHandler<ProgressEventArgs>) Method
Syntax Requirements SeeAlso
In This Topic
CreateActionProgressHandler(EventHandler<ProgressEventArgs>) Method (ActionProgressHandlers)
In This Topic
Creates the action progress handler that converts action progress to the specified progress event handler.
Syntax
'Declaration

Public Shared Function CreateActionProgressHandler( _
ByVal progressEventHandler
The progress event handler.
As System.EventHandler(Of ProgressEventArgs) _
) As IActionProgressHandler

Parameters

progressEventHandler
The progress event handler.

Return Value

The action progress handler.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also