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!

DocumentEventArgs Class

Provides data for the DocumentEventArgs event that is generated when a document is created or disposed.

Object
   EventArgs
      DocumentEventArgs

[Visual Basic]
Public Class DocumentEventArgs
   Inherits EventArgs
[C#]
public class DocumentEventArgs : EventArgs
[C++]
public __gc class DocumentEventArgs : public EventArgs
[JScript]
public class DocumentEventArgs extends EventArgs

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

DocumentEventArgs Members | System.ComponentModel.Design Namespace | IDesignerEventService | DocumentEventHandler