WindowEventsClass.WindowClosing Ereignis

Definition

Tritt auf, bevor ein Fenster geschlossen wird.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 virtual event EnvDTE::_dispWindowEvents_WindowClosingEventHandler ^ WindowClosing;
public:
 virtual event EnvDTE::_dispWindowEvents_WindowClosingEventHandler ^ WindowClosing;
public virtual event EnvDTE._dispWindowEvents_WindowClosingEventHandler WindowClosing;
member this.WindowClosing : EnvDTE._dispWindowEvents_WindowClosingEventHandler 
Public Overridable Custom Event WindowClosing As _dispWindowEvents_WindowClosingEventHandler Implements WindowClosing

Ereignistyp

_dispWindowEvents_WindowClosingEventHandler

Implementiert

Beispiele

Public Sub WindowEvents_WindowClosing(ByVal Window As EnvDTE.Window) Handles WindowEvents.WindowClosing  
   MsgBox("test")  
End Sub  

Gilt für