RegionsChangedEventArgs(SnapshotSpan) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.