GraphBufferContentTypeChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data about a change of IContentType on a member of a IBufferGraph.
public ref class GraphBufferContentTypeChangedEventArgs : EventArgs
public class GraphBufferContentTypeChangedEventArgs : EventArgs
type GraphBufferContentTypeChangedEventArgs = class
inherit EventArgs
Public Class GraphBufferContentTypeChangedEventArgs
Inherits EventArgs
- Inheritance
-
GraphBufferContentTypeChangedEventArgs
Constructors
GraphBufferContentTypeChangedEventArgs(ITextBuffer, IContentType, IContentType) |
Initializes a new instance of GraphBufferContentTypeChangedEventArgs with the specified text buffer and the old and new content types. |
Properties
AfterContentType |
The IContentType after the change. |
BeforeContentType |
The IContentType before the change. |
TextBuffer |
The ITextBuffer whose IContentType has changed. |