ConnectionReason Enum

Definition

Defines the reasons for connecting or disconnecting a text buffer and a text view.

public enum class ConnectionReason
public enum class ConnectionReason
enum ConnectionReason
public enum ConnectionReason
type ConnectionReason = 
Public Enum ConnectionReason
Inheritance
ConnectionReason

Fields

BufferGraphChange 2

A buffer has been added to or removed from IBufferGraph.

ContentTypeChange 1

The IContentType of the subject buffer has changed.

TextViewLifetime 0

The ITextView has been opened or closed.

Remarks

This enumeration is used in the SubjectBuffersConnected and SubjectBuffersDisconnected methods.

Applies to