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 Constructor

Initializes a new instance of the DocumentEventArgs class.

[Visual Basic]
Public Sub New( _
   ByVal host As IDesignerHost _
)
[C#]
public DocumentEventArgs(
   IDesignerHost host
);
[C++]
public: DocumentEventArgs(
   IDesignerHost* host
);
[JScript]
public function DocumentEventArgs(
   host : IDesignerHost
);

Parameters

host
The IDesignerHost of the document.

See Also

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