'Declaration Protected MustOverride Function OnStageProgress( _
ByVal stageSourceA source of stage.As System.Object, _
ByRef progessValueA progress value.As Double, _
ByVal canCancelA value indicating whether the action can be canceled.As Boolean _
) As Boolean
protected abstract bool OnStageProgress(
System.Object stageSource,
ref double progessValue,
bool canCancel
)
protected: abstract bool OnStageProgress(
System.Object stageSource,
ref double progessValue,
bool canCancel
)
protected:
abstract bool OnStageProgress(
System.Object stageSource,
double% progessValue,
bool canCancel
)
Parameters
- stageSource
- A source of stage.
- progessValue
- A progress value.
- canCancel
- A value indicating whether the action can be canceled.
Return Value
False if action is canceled; otherwise, true.