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