VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ProgressControllerStepsConverter Class / CreateProgressEventHandler Methods / CreateProgressEventHandler(IProgressController,Object) Method
Syntax Requirements SeeAlso
In This Topic
CreateProgressEventHandler(IProgressController,Object) Method (ProgressControllerStepsConverter)
In This Topic
Creates a progress delegate, whose progress will be converted to the single stage progress (steps) in specified progress controller.
Syntax
'Declaration

Public Overloads Shared Function CreateProgressEventHandler( _
ByVal destProgressController
Destination progress controller.
As IProgressController, _
ByVal destStageSource
Stage source in destination progress controller.
As System.Object _
) As System.EventHandler(Of ProgressEventArgs)
public static System.EventHandler<ProgressEventArgs> CreateProgressEventHandler(
IProgressController destProgressController,
System.Object destStageSource
)

Parameters

destProgressController
Destination progress controller.
destStageSource
Stage source in destination progress controller.

Return Value

A progress delegate, whose progress will be converted to the single stage progress (steps) in specified progress controller.
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