Share via


HostAdapterEventsWrapper.ActivateProjectHostItem Event

Occurs when the host item is activated in the project.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Public Event ActivateProjectHostItem As ActivateProjectHostItemEventHandler
'Usage
Dim instance As HostAdapterEventsWrapper 
Dim handler As ActivateProjectHostItemEventHandler 

AddHandler instance.ActivateProjectHostItem, handler
public event ActivateProjectHostItemEventHandler ActivateProjectHostItem
public:
 event ActivateProjectHostItemEventHandler^ ActivateProjectHostItem {
    void add (ActivateProjectHostItemEventHandler^ value);
    void remove (ActivateProjectHostItemEventHandler^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

HostAdapterEventsWrapper Class

HostAdapterEventsWrapper Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace