ITextBuffer.ReadOnlyRegionsChanged Event
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.
Occurs when an IReadOnlyRegionEdit has created or removed read-only regions.
public:
event EventHandler<Microsoft::VisualStudio::Text::SnapshotSpanEventArgs ^> ^ ReadOnlyRegionsChanged;
event EventHandler<Microsoft.VisualStudio.Text.SnapshotSpanEventArgs> ReadOnlyRegionsChanged;
member this.ReadOnlyRegionsChanged : EventHandler<Microsoft.VisualStudio.Text.SnapshotSpanEventArgs>
Event ReadOnlyRegionsChanged As EventHandler(Of SnapshotSpanEventArgs)