'Declaration Public Overridable Function NextStep( _
ByVal stepSourceA source of stage.As System.Object, _
ByVal canCancelA value indicating whether the action can be canceled.As Boolean _
) As Boolean
public virtual bool NextStep(
System.Object stepSource,
bool canCancel
)
public: virtual bool NextStep(
System.Object stepSource,
bool canCancel
)
public:
virtual bool NextStep(
System.Object stepSource,
bool canCancel
)
Parameters
- stepSource
- A source of stage.
- canCancel
- A value indicating whether the action can be canceled.
Return Value
False action is canceled; otherwise, true.