PreContentChangedEventArgs Class

 

Information provided before content changes.

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

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Text.PreContentChangedEventArgs

public class PreContentChangedEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodPreContentChangedEventArgs(ITextSnapshot, INormalizedTextChangeCollection)

Initializes a new instance of PreContentChangedEventArgs.

NameDescription
System_CAPS_pubpropertyBeforeSnapshot

Gets the text snapshot before the change.

System_CAPS_pubpropertyChanges

Gets the collection of changes.

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

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: