Share via


ActivateProjectHostItemEventHandler Delegate

Represents the method that will handle the ActivateProjectHostItem event.

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 Delegate Sub ActivateProjectHostItemEventHandler ( _
    sender As Object, _
    eventArguments As IActivateEventArgs _
)
'Usage
Dim instance As New ActivateProjectHostItemEventHandler(AddressOf HandlerMethod)
public delegate void ActivateProjectHostItemEventHandler(
    Object sender,
    IActivateEventArgs eventArguments
)
public delegate void ActivateProjectHostItemEventHandler(
    Object^ sender, 
    IActivateEventArgs^ eventArguments
)
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace