Compartilhar via


Evento IClassifier.ClassificationChanged

Ocurs quando a classificação de um trecho de texto foi alterado.

Namespace:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)

Sintaxe

'Declaração
Event ClassificationChanged As EventHandler(Of ClassificationChangedEventArgs)
event EventHandler<ClassificationChangedEventArgs> ClassificationChanged
event EventHandler<ClassificationChangedEventArgs^>^ ClassificationChanged {
    void add (EventHandler<ClassificationChangedEventArgs^>^ value);
    void remove (EventHandler<ClassificationChangedEventArgs^>^ value);
}
abstract ClassificationChanged : IEvent<EventHandler<ClassificationChangedEventArgs>,
    ClassificationChangedEventArgs>
JScript não oferece suporte a eventos.

Comentários

Esse evento não precisa ser aumentado para o texto inserido recentemente. No entanto, ele deverá ser gerado se tiver sido reclassificado qualquer texto diferente daquele que realmente foi inserido. Ele também deverá ser gerado se a exclusão do texto faz com que o texto restante ser reclassificados.

Segurança do .NET Framework

Consulte também

Referência

IClassifier Interface

Namespace Microsoft.VisualStudio.Text.Classification