ITextBuffer.ChangedLowPriority Event
Occurs when a non-empty ITextEdit is successfully applied.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Event ChangedLowPriority As EventHandler(Of TextContentChangedEventArgs)
event EventHandler<TextContentChangedEventArgs> ChangedLowPriority
event EventHandler<TextContentChangedEventArgs^>^ ChangedLowPriority {
void add (EventHandler<TextContentChangedEventArgs^>^ value);
void remove (EventHandler<TextContentChangedEventArgs^>^ value);
}
abstract ChangedLowPriority : IEvent<EventHandler<TextContentChangedEventArgs>,
TextContentChangedEventArgs>
JScript does not support events.
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.