TextContentChangedEventArgs Class
Provides information about an edit transaction on an ITextBuffer.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
System.EventArgs
Microsoft.VisualStudio.Text.TextSnapshotChangedEventArgs
Microsoft.VisualStudio.Text.TextContentChangedEventArgs
Microsoft.VisualStudio.Text.Projection.ElisionSourceSpansChangedEventArgs
Microsoft.VisualStudio.Text.Projection.ProjectionSourceSpansChangedEventArgs
| Name | Description | |
|---|---|---|
![]() | TextContentChangedEventArgs(ITextSnapshot, ITextSnapshot, EditOptions, Object) | Initializes a new instance of TextContentChangedEventArgs. |
| Name | Description | |
|---|---|---|
![]() | After | Gets the state of the ITextBuffer after the change.(Inherited from TextSnapshotChangedEventArgs.) |
![]() | AfterVersion | Gets the ITextVersionn associated with After.(Inherited from TextSnapshotChangedEventArgs.) |
![]() | Before | Gets the state of the ITextBuffer before the change occurred.(Inherited from TextSnapshotChangedEventArgs.) |
![]() | BeforeVersion | Gets the ITextVersion associated with Before.(Inherited from TextSnapshotChangedEventArgs.) |
![]() | Changes | Gets the set of changes that occurred. |
![]() | EditTag | Gets an object provided by the initiator of the changes.(Inherited from TextSnapshotChangedEventArgs.) |
![]() | Options | Gets the edit options that were applied to this change. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This class provides information for events that include the following:
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


