Share via


RegionsChangedEventArgs(SnapshotSpan) Constructor

Definition

Initializes a new instance of RegionsChangedEventArgs with the specified SnapshotSpan.

public:
 RegionsChangedEventArgs(Microsoft::VisualStudio::Text::SnapshotSpan affectedSpan);
 RegionsChangedEventArgs(Microsoft::VisualStudio::Text::SnapshotSpan affectedSpan);
public RegionsChangedEventArgs (Microsoft.VisualStudio.Text.SnapshotSpan affectedSpan);
new Microsoft.VisualStudio.Text.Outlining.RegionsChangedEventArgs : Microsoft.VisualStudio.Text.SnapshotSpan -> Microsoft.VisualStudio.Text.Outlining.RegionsChangedEventArgs
Public Sub New (affectedSpan As SnapshotSpan)

Parameters

affectedSpan
SnapshotSpan

The SnapshotSpan over which collapsible regions have changed.

Applies to