NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WindowRemovedEventArgs.Window

Retrieves the component that is the cause of this event.

[Visual Basic]
Public ReadOnly Property Window As IWin32Window
[C#]
public IWin32Window Window {get;}
[C++]
public: __property IWin32Window* get_Window();
[JScript]
public function get Window() : IWin32Window;

See Also

WindowRemovedEventArgs Class | WindowRemovedEventArgs Members | System.WinForms.Design Namespace