Share via


_dispSolutionEvents_Event.BeforeClosing Event

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Event BeforeClosing As _dispSolutionEvents_BeforeClosingEventHandler
'Usage
Dim instance As _dispSolutionEvents_Event 
Dim handler As _dispSolutionEvents_BeforeClosingEventHandler 

AddHandler instance.BeforeClosing, handler
event _dispSolutionEvents_BeforeClosingEventHandler BeforeClosing
event _dispSolutionEvents_BeforeClosingEventHandler^ BeforeClosing {
    void add (_dispSolutionEvents_BeforeClosingEventHandler^ value);
    void remove (_dispSolutionEvents_BeforeClosingEventHandler^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

_dispSolutionEvents_Event Interface

_dispSolutionEvents_Event Members

EnvDTE Namespace