TextContentChangingEventArgs Class
Visual Studio 2015
Provides information about an upcoming edit transaction on a ITextBuffer
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | TextContentChangingEventArgs(ITextSnapshot, Object, Action<TextContentChangingEventArgs>) | Initializes a new instance of TextContentChangingEventArgs to be passed during a Changing event. |
| Name | Description | |
|---|---|---|
![]() | Before | Gets the most recent ITextSnapshot before the change. |
![]() | BeforeVersion | Gets the ITextVersion associated with Before. |
![]() | Canceled | Determines whether the edit transaction has been canceled. |
![]() | EditTag | Gets an object provided by the initiator of the changes. |
| Name | Description | |
|---|---|---|
![]() | Cancel() | Cancels the edit transaction. |
![]() | 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


