다음을 통해 공유


ITextView.LayoutChanged 이벤트

텍스트 편집기에서 텍스트 줄 레이아웃을 수행할 경우 발생합니다.

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

구문

‘선언
Event LayoutChanged As EventHandler(Of TextViewLayoutChangedEventArgs)
event EventHandler<TextViewLayoutChangedEventArgs> LayoutChanged
event EventHandler<TextViewLayoutChangedEventArgs^>^ LayoutChanged {
    void add (EventHandler<TextViewLayoutChangedEventArgs^>^ value);
    void remove (EventHandler<TextViewLayoutChangedEventArgs^>^ value);
}
abstract LayoutChanged : IEvent<EventHandler<TextViewLayoutChangedEventArgs>,
    TextViewLayoutChangedEventArgs>
JScript에서는 이벤트를 지원하지 않습니다.

설명

렌더링된 된 텍스트에 포함 된 때마다이 이벤트가 발생 되는 ITextView 변경. 내부 버퍼의 변경, 분류 변경 및 간단한 스크롤에 발생 합니다.

.NET Framework 보안

참고 항목

참조

ITextView 인터페이스

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