VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ProgressControllerWithEvents Class
Constructors Properties Methods Events SeeAlso
In This Topic
    ProgressControllerWithEvents Class Members
    In This Topic
    The following tables list the members exposed by ProgressControllerWithEvents.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ProgressControllerWithEvents class.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether an action is canceled. (Inherited from ProgressControllerBase)
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Returns the action progress controller wrapper of this progress controller. (Inherited from ProgressControllerBase)
    Public MethodFinishes a sequence of stages. (Inherited from ProgressControllerBase)
    Public MethodFinishes a sequence of steps. (Inherited from ProgressControllerBase)
    Public MethodOverloaded. Go to next stage. (Inherited from ProgressControllerBase)
    Public MethodGo to next step. (Inherited from ProgressControllerBase)
    Public MethodStarts a sequence of stages. (Inherited from ProgressControllerBase)
    Public MethodStarts a sequence of steps. (Inherited from ProgressControllerBase)
    Protected Methods
     NameDescription
    Protected MethodOccurs when stage progress is changed.
    Protected MethodOccurs when step progress is changed.
    Public Events
     NameDescription
    Public EventOccurs when stage progress is changed.
    Public EventOccurs when step progress is changed.
    See Also