VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingEventArgs Class / ProcessingEventArgs Constructors / ProcessingEventArgs Constructor(ProcessingState,Object,Boolean)
Syntax Requirements SeeAlso
In This Topic
    ProcessingEventArgs Constructor(ProcessingState,Object,Boolean)
    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, _
    ByVal canCancel
    A value indicating whether the action can be canceled.
    As Boolean _
    )
    public ProcessingEventArgs(
    ProcessingState processingState,
    System.Object target,
    bool canCancel
    )
    public: ProcessingEventArgs(
    ProcessingState* processingState,
    System.Object target,
    bool canCancel
    )
    public:
    ProcessingEventArgs(
    ProcessingState^ processingState,
    System.Object target,
    bool canCancel
    )

    Parameters

    processingState
    The processing state.
    target
    The processing target.
    canCancel
    A value indicating whether the action can be canceled.
    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