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.OldDocument

Gets or sets the document that is losing activation.

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

Property Value

An IDesignerHost that represents the document losing activation.

See Also

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