VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingFinishedEventArgs Class / ProcessingFinishedEventArgs Constructor(ProcessingState,ProcessingResult,Object)
Syntax Requirements SeeAlso
In This Topic
    ProcessingFinishedEventArgs Constructor(ProcessingState,ProcessingResult,Object)
    In This Topic
    Initializes a new instance of the ProcessingFinishedEventArgs class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal processingState
    The processing state.
    As ProcessingState, _
    ByVal processingResult
    The processing result.
    As ProcessingResult, _
    ByVal target
    The target of processing.
    As System.Object _
    )
    public ProcessingFinishedEventArgs(
    ProcessingState processingState,
    ProcessingResult processingResult,
    System.Object target
    )
    public: ProcessingFinishedEventArgs(
    ProcessingState* processingState,
    ProcessingResult* processingResult,
    System.Object target
    )
    public:
    ProcessingFinishedEventArgs(
    ProcessingState^ processingState,
    ProcessingResult^ processingResult,
    System.Object target
    )

    Parameters

    processingState
    The processing state.
    processingResult
    The processing result.
    target
    The target of processing.
    Requirements

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

    See Also