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 Class

Provides data for the System.ComponentModel.Design.IDesignerEventService.ActiveDocument event.

Object
   EventArgs
      ActiveDocumentEventArgs

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

Remarks

This event occurs when the currently active document changes. The active document changes when opening or setting focus to a new document, or when closing a document.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

ActiveDocumentEventArgs Members | System.ComponentModel.Design Namespace | ActiveDocumentEventHandler