VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ActionProgressHandlerBase Class / OnActionStep(ActionProgressController,Double,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    OnActionStep(ActionProgressController,Double,Boolean) Method (ActionProgressHandlerBase)
    In This Topic
    Called when action step is changed.
    Syntax
    'Declaration
    
    Public Function OnActionStep( _
    ByVal actionProgressController
    The action progress controller.
    As ActionProgressController, _
    ByVal actionStep
    The action step.
    As Double, _
    ByVal canCancel
    A value indicating whether the action can be canceled.
    As Boolean _
    ) As Boolean

    Parameters

    actionProgressController
    The action progress controller.
    actionStep
    The action step.
    canCancel
    A value indicating whether the action can be canceled.

    Return Value

    False if action is canceled; otherwise, true.
    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