ITextBuffer::ChangedLowPriority Event
Visual Studio 2015
Occurs when a non-empty ITextEdit is successfully applied.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
This event is raised after ChangedHighPriority and Changed events. Changed events for edits made within a ChangedLowPriority, Changed, or ChangedHighPriority listener are queued. See Changed for more information about event queuing.
Show: