ITextBuffer::ReadOnlyRegionsChanged Event

 

Occurs when a IReadOnlyRegionEdit has created or removed read-only regions.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

event EventHandler<SnapshotSpanEventArgs^>^ ReadOnlyRegionsChanged {
	void add(EventHandler<SnapshotSpanEventArgs^>^ value);
	void remove(EventHandler<SnapshotSpanEventArgs^>^ value);
}
Return to top
Show: