NextStep(Object,Boolean) Method (ProgressControllerBase)
Go to next step.
'Declaration
Public Overridable Function NextStep( _
ByVal As System.Object, _
ByVal As Boolean _
) As Boolean
public virtual bool NextStep(
System.Object ,
bool
)
public: virtual bool NextStep(
System.Object ,
bool
)
public:
virtual bool NextStep(
System.Object ,
bool
)
Parameters
- stepSource
- A source of stage.
- canCancel
- A value indicating whether the action can be canceled.
Return Value
False action is canceled; otherwise, true.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5