VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingFinishedEventArgs Class
Constructors Properties Fields SeeAlso
In This Topic
    ProcessingFinishedEventArgs Class Members
    In This Topic
    The following tables list the members exposed by ProcessingFinishedEventArgs.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ProcessingFinishedEventArgs class.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Provides a value to use with events that do not have event data. (Inherited from System.EventArgs)
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the action can be canceled. (Inherited from ProcessingEventArgs)
    Public PropertyGets or sets a value indicating whether the action must be canceled. (Inherited from ProcessingEventArgs)
    Public PropertyGets the processing result.
    Public PropertyGets the processing state. (Inherited from ProcessingStateEventArgs)
    Public PropertyGets or sets the target object. (Inherited from ProcessingEventArgs)
    See Also