ArcObjects Library Reference (ArcMapUI)  

IDataWindowEvents.DestroyWindow Event

Fired when window is destroyed.

[Visual Basic 6.0]
Event DestroyWindow(
    ByVal window As IDataWindow _
)
[Visual Basic .NET]
Public Event DestroyWindow As DestroyWindowEventHandler
[C#]
public event DestroyWindowEventHandler DestroyWindow

Product Availability

Available with ArcGIS Desktop.

See Also

IDataWindowEvents Interface