Share via


ActionableSolutionListener.OnAfterCloseSolutionEventHandler Delegate

Represents the method that will handle the AfterCloseSolutionEvent event when it is raised.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Delegate Function OnAfterCloseSolutionEventHandler ( _
    reserved As Object _
) As Integer
'Usage
Dim instance As New OnAfterCloseSolutionEventHandler(AddressOf HandlerMethod)
public delegate int OnAfterCloseSolutionEventHandler(
    Object reserved
)
public delegate int OnAfterCloseSolutionEventHandler(
    Object^ reserved
)
JScript does not support delegates.
type OnAfterCloseSolutionEventHandler = 
    delegate of 
        reserved:Object -> int

Parameters

Return Value

Type: System.Int32

See Also

Reference

Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace