'Declaration Protected Overrides Function OnStageProgress( _
ByVal stageSourceИсточник этапа.As System.Object, _
ByRef progessValueЗначение прогресса.As Double, _
ByVal canCancelЗначение, указывающее, можно ли отменить действие.As Boolean _
) As Boolean
protected override bool OnStageProgress(
System.Object stageSource,
ref double progessValue,
bool canCancel
)
protected: bool OnStageProgress(
System.Object stageSource,
ref double progessValue,
bool canCancel
); override
protected:
bool OnStageProgress(
System.Object stageSource,
double% progessValue,
bool canCancel
); override
Parameters
- stageSource
- Источник этапа.
- progessValue
- Значение прогресса.
- canCancel
- Значение, указывающее, можно ли отменить действие.
Return Value
False, если действие отменено; в противном случае true.