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 Class

This event is fired when a component in the document has changed.

Object
   EventArgs
      WindowRemovedEventArgs

[Visual Basic]
NotInheritable Public Class WindowRemovedEventArgs
   Inherits EventArgs
[C#]
public sealed class WindowRemovedEventArgs : EventArgs
[C++]
public __gc __sealed class WindowRemovedEventArgs : public
   EventArgs
[JScript]
public class WindowRemovedEventArgs extends EventArgs

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms.Design

Assembly: System.WinForms.dll

See Also

WindowRemovedEventArgs Members | System.WinForms.Design Namespace