'Declaration Public Function OnActionStep( _
ByVal actionProgressControllerThe action progress controller.As ActionProgressController, _
ByVal actionStepThe action step.As Double, _
ByVal canCancelA value indicating whether the action can be canceled.As Boolean _
) As Boolean
public bool OnActionStep(
ActionProgressController actionProgressController,
double actionStep,
bool canCancel
)
public: bool OnActionStep(
ActionProgressController* actionProgressController,
double actionStep,
bool canCancel
)
public:
bool OnActionStep(
ActionProgressController^ actionProgressController,
double actionStep,
bool canCancel
)
Parameters
- actionProgressController
- The action progress controller.
- actionStep
- The action step.
- canCancel
- A value indicating whether the action can be canceled.
Return Value
False action is canceled; otherwise, true.