Class SourceTextContainer
An object that contains an instance of a SourceText and raises events when its current instance changes.
Inheritance
System.Object
SourceTextContainer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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> |