Share via


RegionsChangedEventArgs Constructor

Initializes a new instance of RegionsChangedEventArgs with the specified SnapshotSpan.

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

Syntax

'Declaration
Public Sub New ( _
    affectedSpan As SnapshotSpan _
)
public RegionsChangedEventArgs(
    SnapshotSpan affectedSpan
)
public:
RegionsChangedEventArgs(
    SnapshotSpan affectedSpan
)
new : 
        affectedSpan:SnapshotSpan -> RegionsChangedEventArgs
public function RegionsChangedEventArgs(
    affectedSpan : SnapshotSpan
)

Parameters

.NET Framework Security

See Also

Reference

RegionsChangedEventArgs Class

Microsoft.VisualStudio.Text.Outlining Namespace