'Declaration Protected MustOverride Function OnProgress( _
ByVal actionProgressControllerThe action progress controller.As ActionProgressController, _
ByVal progressValueThe progress value.As Double, _
ByVal canCancelA value indicating whether the action can be canceled.As Boolean _
) As Boolean
protected abstract bool OnProgress(
ActionProgressController actionProgressController,
double progressValue,
bool canCancel
)
protected: abstract bool OnProgress(
ActionProgressController* actionProgressController,
double progressValue,
bool canCancel
)
protected:
abstract bool OnProgress(
ActionProgressController^ actionProgressController,
double progressValue,
bool canCancel
)
Parameters
- actionProgressController
- The action progress controller.
- progressValue
- The progress value.
- canCancel
- A value indicating whether the action can be canceled.
Return Value
False if action is canceled; otherwise, true.