GraphBufferContentTypeChangedEventArgs Class
Visual Studio 2015
Provides data f GraphBufferContentTypeChanged event.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
System::Object
System::EventArgs
Microsoft.VisualStudio.Text.Projection::GraphBufferContentTypeChangedEventArgs
System::EventArgs
Microsoft.VisualStudio.Text.Projection::GraphBufferContentTypeChangedEventArgs
| Name | Description | |
|---|---|---|
![]() | GraphBufferContentTypeChangedEventArgs(ITextBuffer^, IContentType^, IContentType^) | Initializes a new instance of GraphBufferContentTypeChangedEventArgs with the specified text buffer and the old and new content types. |
| Name | Description | |
|---|---|---|
![]() | AfterContentType | Gets the IContentType after the change. |
![]() | BeforeContentType | Gets the IContentType before the change. |
![]() | TextBuffer | Gets the ITextBuffer whose IContentType has changed. |
| 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.) |
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:


