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 Constructor

Initializes a new instance of the ActiveDocumentEventArgs class.

[Visual Basic]
Public Sub New( _
   ByVal oldDocument As IDesignerHost, _
   ByVal newDocument As IDesignerHost _
)
[C#]
public ActiveDocumentEventArgs(
   IDesignerHost oldDocument,
   IDesignerHost newDocument
);
[C++]
public: ActiveDocumentEventArgs(
   IDesignerHost* oldDocument,
   IDesignerHost* newDocument
);
[JScript]
public function ActiveDocumentEventArgs(
   oldDocument : IDesignerHost,
   newDocument : IDesignerHost
);

Parameters

oldDocument
The document that is losing activation.
newDocument
The document that is gaining activation.

See Also

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