IVsProjectDesignerPage.OnActivated(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when the property page is activated or deactivated as the active designer.
public:
void OnActivated(bool activated);
public:
void OnActivated(bool activated);
void OnActivated(bool activated);
public void OnActivated (bool activated);
abstract member OnActivated : bool -> unit
Public Sub OnActivated (activated As Boolean)
Parameters
- activated
- Boolean
true
if the page has been activated, false
if it has been deactivated.