IElisionBuffer.SourceSpansChanged 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 the set of hidden spans changes.
public:
event EventHandler<Microsoft::VisualStudio::Text::Projection::ElisionSourceSpansChangedEventArgs ^> ^ SourceSpansChanged;
event EventHandler<Microsoft.VisualStudio.Text.Projection.ElisionSourceSpansChangedEventArgs> SourceSpansChanged;
member this.SourceSpansChanged : EventHandler<Microsoft.VisualStudio.Text.Projection.ElisionSourceSpansChangedEventArgs>
Event SourceSpansChanged As EventHandler(Of ElisionSourceSpansChangedEventArgs)