TextViewChangedArgs 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.
Arguments for a text view change.
public class TextViewChangedArgs
type TextViewChangedArgs = class
Public Class TextViewChangedArgs
- Inheritance
-
TextViewChangedArgs
Constructors
TextViewChangedArgs(ITextViewSnapshot, ITextViewSnapshot, IReadOnlyList<TextEdit>) |
Creates a new instance of TextViewChangedArgs. |
Properties
AfterTextView |
The state of the ITextViewSnapshot after the change. |
BeforeTextView |
The state of the ITextViewSnapshot before the change. |
Edits |
A list of changes applied to the text document. |