vsTextChanged Enum

Definition

Indicates one or more reasons why the event occurred, which might help you understand what happened in the buffer.

public enum class vsTextChanged
public enum class vsTextChanged
enum vsTextChanged
[System.Runtime.InteropServices.Guid("11F0CB7F-4F63-4E09-B99C-92A6CC5F84CE")]
public enum vsTextChanged
[<System.Runtime.InteropServices.Guid("11F0CB7F-4F63-4E09-B99C-92A6CC5F84CE")>]
type vsTextChanged = 
Public Enum vsTextChanged
Inheritance
vsTextChanged
Attributes

Fields

vsTextChangedCaretMoved 4

The insertion point was moved.

vsTextChangedFindStarting 32

A find operation moved the insertion point.

vsTextChangedMultiLine 1

A change to text occurred that affected more than one line, such as pasting with new lines, deleting across lines, or replacing all.

vsTextChangedNewline 16

A new line was created.

vsTextChangedReplaceAll 8

A replace all operation occurred.

vsTextChangedSave 2

A line was committed by saving the file.

Applies to