IVsProjectDesignerPage::OnActivated Method (Boolean)

 

Raised when the property page is activated or deactivated as the active designer.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

void OnActivated(
	bool activated
)

Parameters

activated
Type: System::Boolean

true if the page has been activated, false if it has been deactivated.

Return to top
Show: