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!

ActiveDocumentEventArgs.NewDocument

Gets or sets the document that is gaining activation.

[Visual Basic]
Public ReadOnly Property NewDocument As IDesignerHost
[C#]
public IDesignerHost NewDocument {get;}
[C++]
public: __property IDesignerHost* get_NewDocument();
[JScript]
public function get NewDocument() : IDesignerHost;

Property Value

An IDesignerHost that represents the document gaining activation.

See Also

ActiveDocumentEventArgs Class | ActiveDocumentEventArgs Members | System.ComponentModel.Design Namespace | OldDocument | IDesignerHost