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

    Parameters

    processingState
    The processing state.
    target
    The processing target.
    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