'Declaration Protected Overrides Function OnStepProgress( _
ByVal stepSourceA source of step.As System.Object, _
ByRef progessValueA progress value.As Double, _
ByVal canCancelA value indicating whether the action can be canceled.As Boolean _
) As Boolean
protected override bool OnStepProgress(
System.Object stepSource,
ref double progessValue,
bool canCancel
)
protected: bool OnStepProgress(
System.Object stepSource,
ref double progessValue,
bool canCancel
); override
protected:
bool OnStepProgress(
System.Object stepSource,
double% progessValue,
bool canCancel
); 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.