ArcGIS Developer Help  (ESRI.ArcGIS.ArcMapUI)  

DestroyWindowEventHandler Delegate

Represents the method that handles the DestroyWindow event.
[Visual Basic .NET]
Public Delegate Sub DestroyWindowEventHandler ( _
    ByVal window As IDataWindow _
)
[C#]
public delegate void DestroyWindowEventHandler (
    IDataWindow window
);