OnStepProgress(Object,Double,Boolean) Method (ProgressControllerWithEvents)
Occurs when step progress is changed.
'Declaration
Protected Overrides Function OnStepProgress( _
ByVal As System.Object, _
ByRef As Double, _
ByVal As Boolean _
) As Boolean
protected override bool OnStepProgress(
System.Object ,
ref double ,
bool
)
protected: bool OnStepProgress(
System.Object ,
ref double ,
bool
); override
protected:
bool OnStepProgress(
System.Object ,
double% ,
bool
); override
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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5