GraphBufferContentTypeChangedEventArgs Class

Definition

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.

Applies to