다음을 통해 공유


IClassifier.ClassificationChanged 이벤트

텍스트 범위의 분류가 변경될 경우 발생합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Classification
어셈블리:  Microsoft.VisualStudio.Text.Logic(Microsoft.VisualStudio.Text.Logic.dll)

구문

‘선언
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에서는 이벤트를 지원하지 않습니다.

설명

이 이벤트는 새로 삽입 된 텍스트를 발생 합니다 필요가 없습니다. 그러나 실제로 삽입 된 텍스트 이외의 모든 다시 분류 되어 있는 경우이 발생 합니다. 삭제 텍스트를 다시 분류 해야 합니다 텍스트 경우에 발생 합니다.

.NET Framework 보안

참고 항목

참조

IClassifier 인터페이스

Microsoft.VisualStudio.Text.Classification 네임스페이스