TextSnapshotChangedEventArgs Class
Provides information about a transaction on a ITextBuffer that causes a new ITextSnapshot to be generated.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
System.EventArgs
Microsoft.VisualStudio.Text.TextSnapshotChangedEventArgs
Microsoft.VisualStudio.Text.ContentTypeChangedEventArgs
Microsoft.VisualStudio.Text.TextContentChangedEventArgs
| Name | Description | |
|---|---|---|
![]() | TextSnapshotChangedEventArgs(ITextSnapshot, ITextSnapshot, Object) | Initializes a new instance of a TextSnapshotChangedEventArgs for a Change event. |
| Name | Description | |
|---|---|---|
![]() | After | Gets the state of the ITextBuffer after the change. |
![]() | AfterVersion | Gets the ITextVersionn associated with After. |
![]() | Before | Gets the state of the ITextBuffer before the change occurred. |
![]() | BeforeVersion | Gets the ITextVersion associated with Before. |
![]() | EditTag | Gets an object provided by the initiator of the changes. |
| 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 is the base class for classes such as ContentTypeChangedEventArgs and TextContentChangedEventArgs.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


