OnStepProgress(Object,Double,Boolean) Method (ProgressControllerBase)
Occurs when step progress is changed.
protected abstract bool OnStepProgress(
System.Object ,
ref double ,
bool
)
protected: abstract bool OnStepProgress(
System.Object ,
ref double ,
bool
)
protected:
abstract bool OnStepProgress(
System.Object ,
double% ,
bool
)
'Declaration
Protected MustOverride Function OnStepProgress( _
ByVal As System.Object, _
ByRef As Double, _
ByVal As Boolean _
) As Boolean
Parameters
- stepSource
- A source of step.
- progessValue
- A progress value.
- canCancel
- A value indicating whether the action can be canceled.
Return Value
False if action is canceled; otherwise, true.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5