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 Constructor

Creates a new TrayRemovedEvent.

[Visual Basic]
Public Sub New( _
   ByVal window As IWin32Window _
)
[C#]
public WindowRemovedEventArgs(
   IWin32Window window
);
[C++]
public: WindowRemovedEventArgs(
   IWin32Window* window
);
[JScript]
public function WindowRemovedEventArgs(
   window : IWin32Window
);

Parameters

window
[To be supplied.]

See Also

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