RegionsExpandedEventArgs Class

 

Provides information for the RegionsExpanded 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.RegionsExpandedEventArgs

public class RegionsExpandedEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodRegionsExpandedEventArgs(IEnumerable<ICollapsible>)

Initializes a new instance of RegionsExpandedEventArgs with the specified ICollapsible regions.

System_CAPS_pubmethodRegionsExpandedEventArgs(IEnumerable<ICollapsible>, Boolean)

Initializes a new instance of RegionsExpandedEventArgs with the specified ICollapsible regions.

NameDescription
System_CAPS_pubpropertyExpandedRegions

Gets the ICollapsible regions which are now expanded.

System_CAPS_pubpropertyRemovalPending

Determines whether the regions are being expanded because they are being removed.

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 ICollapsible regions that are now expanded.

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: