TextDocumentEventArgs Class

 

Provides information for events raised when an ITextDocument has been created or disposed.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Text.TextDocumentEventArgs

public class TextDocumentEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodTextDocumentEventArgs(ITextDocument)

Initializes a new instance of a TextDocumentEventArgs.

NameDescription
System_CAPS_pubpropertyTextDocument

Gets the ITextDocument that was created or disposed.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

This class provides information for events such as

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: