ITextBuffer.ChangedHighPriority 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 ChangedHighPriority As EventHandler(Of TextContentChangedEventArgs)
event EventHandler<TextContentChangedEventArgs> ChangedHighPriority
event EventHandler<TextContentChangedEventArgs^>^ ChangedHighPriority {
    void add (EventHandler<TextContentChangedEventArgs^>^ value);
    void remove (EventHandler<TextContentChangedEventArgs^>^ value);
}
abstract ChangedHighPriority : IEvent<EventHandler<TextContentChangedEventArgs>,
    TextContentChangedEventArgs>
JScript does not support events.

Remarks

This event is raised before Changed and ChangedLowPriority events. Changed events for edits made within a ChangedLowPriority, Changed, or ChangedHighPriority listener are queued. See Change for more information about event queuing.

.NET Framework Security

See Also

Reference

ITextBuffer Interface

Microsoft.VisualStudio.Text Namespace