RegionsChangedEventArgs Class

 

Provides information for the RegionsChanged event.

Namespace:   Microsoft.VisualStudio.Text.Outlining
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Text.Outlining.RegionsChangedEventArgs

public class RegionsChangedEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodRegionsChangedEventArgs(SnapshotSpan)

Initializes a new instance of RegionsChangedEventArgs with the specified SnapshotSpan.

NameDescription
System_CAPS_pubpropertyAffectedSpan

Gets the SnapshotSpan over which collapsible spans have changed.

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

Provides the SnapshotSpan over which ICollapsible regions were added or removed. Call GetAllRegions to get the current set of ICollapsible regions over the affected snapshot span.

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: