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