SnapshotSpanEventArgs Class

 

Provides information for events that report changes that affect a span of text.

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

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Text.SnapshotSpanEventArgs

public class SnapshotSpanEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodSnapshotSpanEventArgs(SnapshotSpan)

Initializes a new instance of SnapshotSpanEventArgs with the specified SnapshotSpan.

NameDescription
System_CAPS_pubpropertySpan

Gets the SnapshotSpan.

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

Some of the events that use this class include:

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: