This document is archived and information here might be outdated.  Recommended version.


DestroyWindowEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

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
);