ArcGIS Developer Help  (ESRI.ArcGIS.ArcMapUI)  

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