WindowEventsClass::WindowClosing Event

 

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

Occurs just before a window closes.

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

public:
event _dispWindowEvents_WindowClosingEventHandler^ WindowClosing {
	virtual void add(_dispWindowEvents_WindowClosingEventHandler^ value);
	virtual void remove(_dispWindowEvents_WindowClosingEventHandler^ value);
}

Public Sub WindowEvents_WindowClosing(ByVal Window As EnvDTE.Window) Handles WindowEvents.WindowClosing
   MsgBox("test")
End Sub
Return to top
Show: