IChangeSource.ChangedSpansChanged 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 text buffer's changes data has changed and need to be requried.
event EventHandler<Microsoft.VisualStudio.Text.SnapshotSpanEventArgs> ChangedSpansChanged;
member this.ChangedSpansChanged : EventHandler<Microsoft.VisualStudio.Text.SnapshotSpanEventArgs>
Event ChangedSpansChanged As EventHandler(Of SnapshotSpanEventArgs)