'Declaration Protected MustOverride Function OnStageProgress( _
ByVal stageSourceИсточник этапа.As System.Object, _
ByRef progessValueЗначение прогресса.As Double, _
ByVal canCancelЗначение, указывающее, можно ли отменить действие.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
- Источник этапа.
- progessValue
- Значение прогресса.
- canCancel
- Значение, указывающее, можно ли отменить действие.
Return Value
False, если действие отменено; в противном случае true.