Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
sender
Type: System.ObjectThe sender of the event.
eventArguments
Type: Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IActivateEventArgsThe event data.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace