TextDocumentEventArgs Class
Visual Studio 2015
Provides information for events raised when an ITextDocument has been created or disposed.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | TextDocumentEventArgs(ITextDocument) | Initializes a new instance of a TextDocumentEventArgs. |
| Name | Description | |
|---|---|---|
![]() | TextDocument | Gets the ITextDocument that was created or disposed. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:


