TextContentChangedEventArgs Class

 

Provides information about an edit transaction on an ITextBuffer.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)


public class TextContentChangedEventArgs : TextSnapshotChangedEventArgs

NameDescription
System_CAPS_pubmethodTextContentChangedEventArgs(ITextSnapshot, ITextSnapshot, EditOptions, Object)

Initializes a new instance of TextContentChangedEventArgs.

NameDescription
System_CAPS_pubpropertyAfter

Gets the state of the ITextBuffer after the change.(Inherited from TextSnapshotChangedEventArgs.)

System_CAPS_pubpropertyAfterVersion

Gets the ITextVersionn associated with After.(Inherited from TextSnapshotChangedEventArgs.)

System_CAPS_pubpropertyBefore

Gets the state of the ITextBuffer before the change occurred.(Inherited from TextSnapshotChangedEventArgs.)

System_CAPS_pubpropertyBeforeVersion

Gets the ITextVersion associated with Before.(Inherited from TextSnapshotChangedEventArgs.)

System_CAPS_pubpropertyChanges

Gets the set of changes that occurred.

System_CAPS_pubpropertyEditTag

Gets an object provided by the initiator of the changes.(Inherited from TextSnapshotChangedEventArgs.)

System_CAPS_pubpropertyOptions

Gets the edit options that were applied to this change.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: