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