Page.OnSetActive Method ()

 

Applies To: SQL Server 2016 Preview

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Called each time the page is about to be activated. 

Namespace:   Microsoft.SqlServer.Management.SqlWizardFramework
Assembly:  Microsoft.SqlServer.Management.SqlWizardFramework (in Microsoft.SqlServer.Management.SqlWizardFramework.dll)

Syntax

public virtual bool OnSetActive()
public:
virtual bool OnSetActive()
abstract OnSetActive : unit -> bool
override OnSetActive : unit -> bool
Public Overridable Function OnSetActive As Boolean

Return Value

Type: System.Boolean

true if the page should continue to be activated; false if the previous page should remain active.

See Also

Page Class
Microsoft.SqlServer.Management.SqlWizardFramework Namespace

Return to top