vsTextChanged Enumeration
Visual Studio 2015
Indicates one or more reasons why the event occurred, which might help you understand what happened in the buffer.
Assembly: EnvDTE (in EnvDTE.dll)
| Member name | Description | |
|---|---|---|
| vsTextChangedCaretMoved | The insertion point was moved. | |
| vsTextChangedFindStarting | A find operation moved the insertion point. | |
| vsTextChangedMultiLine | A change to text occurred that affected more than one line, such as pasting with new lines, deleting across lines, or replacing all. | |
| vsTextChangedNewline | A new line was created. | |
| vsTextChangedReplaceAll | A replace all operation occurred. | |
| vsTextChangedSave | A line was committed by saving the file. |
Show: