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


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

ShowWindowEventHandler Delegate

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