IElisionBuffer::SourceSpansChanged Event

 

Occurs when there are changes to the set of hidden spans.

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

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