TextContentChangingEventArgs Class

 

Provides information about an upcoming edit transaction on a ITextBuffer

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

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Text.TextContentChangingEventArgs

public class TextContentChangingEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodTextContentChangingEventArgs(ITextSnapshot, Object, Action<TextContentChangingEventArgs>)

Initializes a new instance of TextContentChangingEventArgs to be passed during a Changing event.

NameDescription
System_CAPS_pubpropertyBefore

Gets the most recent ITextSnapshot before the change.

System_CAPS_pubpropertyBeforeVersion

Gets the ITextVersion associated with Before.

System_CAPS_pubpropertyCanceled

Determines whether the edit transaction has been canceled.

System_CAPS_pubpropertyEditTag

Gets an object provided by the initiator of the changes.

NameDescription
System_CAPS_pubmethodCancel()

Cancels the edit transaction.

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 about events such as Changing.

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: