ITextBuffer Events

 

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

NameDescription
System_CAPS_pubeventChanged

Occurs when a non-empty ITextEdit is successfully applied.

System_CAPS_pubeventChangedHighPriority

Occurs when a non-empty ITextEdit is successfully applied.

System_CAPS_pubeventChangedLowPriority

Occurs when a non-empty ITextEdit is successfully applied.

System_CAPS_pubeventChanging

Occurs just before a non-empty ITextEdit is applied.

System_CAPS_pubeventContentTypeChanged

Occurs whenever the IContentType has been changed.

System_CAPS_pubeventPostChanged

Occurs after the Changed event and any resulting edits.

System_CAPS_pubeventReadOnlyRegionsChanged

Occurs when a IReadOnlyRegionEdit has created or removed read-only regions.

Return to top
Show: