Class SourceTextContainer
An object that contains an instance of a SourceText and raises events when its current instance changes.
Inherited Members
Namespace: Loretta.CodeAnalysis.Text
Assembly: Loretta.CodeAnalysis.dll
Syntax
public abstract class SourceTextContainer
Properties
| Improve this Doc View SourceCurrentText
The current text instance.
Declaration
public abstract SourceText CurrentText { get; }
Property Value
Type | Description |
---|---|
SourceText |
Events
| Improve this Doc View SourceTextChanged
Raised when the current text instance changes.
Declaration
public abstract event EventHandler<TextChangeEventArgs> TextChanged
Event Type
Type | Description |
---|---|
EventHandler<TextChangeEventArgs> |