Share via


RegionsChangedEventArgs Class

Definition

Provides information for the RegionsChanged event.

public ref class RegionsChangedEventArgs : EventArgs
public class RegionsChangedEventArgs : EventArgs
type RegionsChangedEventArgs = class
    inherit EventArgs
Public Class RegionsChangedEventArgs
Inherits EventArgs
Inheritance
RegionsChangedEventArgs

Remarks

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.

Constructors

RegionsChangedEventArgs(SnapshotSpan)

Initializes a new instance of RegionsChangedEventArgs with the specified SnapshotSpan.

Properties

AffectedSpan

Gets the SnapshotSpan over which collapsible spans have changed.

Applies to