ActionableSolutionListener.OnBeforeCloseSolutionEventHandler Delegate
Represents the method that will handle the BeforeCloseSolutionEvent 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 OnBeforeCloseSolutionEventHandler ( _
unknownReserved As Object _
) As Integer
'Usage
Dim instance As New OnBeforeCloseSolutionEventHandler(AddressOf HandlerMethod)
public delegate int OnBeforeCloseSolutionEventHandler(
Object unknownReserved
)
public delegate int OnBeforeCloseSolutionEventHandler(
Object^ unknownReserved
)
JScript does not support delegates.
type OnBeforeCloseSolutionEventHandler =
delegate of
unknownReserved:Object -> int
Parameters
- unknownReserved
Type: System.Object
Not used
Return Value
Type: System.Int32
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace