IClassifier.ClassificationChanged 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 the classification of a span of text has changed.
public:
event EventHandler<Microsoft::VisualStudio::Text::Classification::ClassificationChangedEventArgs ^> ^ ClassificationChanged;
event EventHandler<Microsoft.VisualStudio.Text.Classification.ClassificationChangedEventArgs> ClassificationChanged;
member this.ClassificationChanged : EventHandler<Microsoft.VisualStudio.Text.Classification.ClassificationChangedEventArgs>
Event ClassificationChanged As EventHandler(Of ClassificationChangedEventArgs)
Event Type
Remarks
This event does not need to be raised for newly-inserted text. However, it should be raised if any text other than that which was actually inserted has been reclassified. It should also be raised if the deletion of text causes the remaining text to be reclassified.