다음을 통해 공유


TextViewLayoutChangedEventArgs 클래스

정의

의 레이아웃 변경 이벤트에 ITextView대한 정보를 제공합니다.

public ref class TextViewLayoutChangedEventArgs : EventArgs
public class TextViewLayoutChangedEventArgs : EventArgs
type TextViewLayoutChangedEventArgs = class
    inherit EventArgs
Public Class TextViewLayoutChangedEventArgs
Inherits EventArgs
상속
TextViewLayoutChangedEventArgs

생성자

TextViewLayoutChangedEventArgs(ViewState, ViewState, IList<ITextViewLine>, IList<ITextViewLine>)

TextViewLayoutChangedEventArgs의 새 인스턴스를 초기화합니다.

속성

AnyEditBufferChanges

편집 버퍼의 텍스트 변경으로 인해 레이아웃이 발생했는지 여부를 가져옵니다.

AnyVisualBufferChanges

시각적 버퍼의 텍스트 변경으로 인해 레이아웃이 발생했는지 여부를 가져옵니다.

HorizontalTranslation

마지막 레이아웃 이후 보기가 가로로 변환되었나요?

NewOrReformattedLines

새 줄 또는 다시 포맷된 줄의 읽기 전용 컬렉션을 가져옵니다.

NewOrReformattedSpans

새 컬렉션이거나 다시 포맷된 범위를 가져옵니다.

NewSnapshot

변경된 레이아웃에서 생성되는 새 스냅샷 가져옵니다.

NewViewState

레이아웃 뒤의 뷰 상태입니다.

OldSnapshot

보기의 이전 스냅샷 가져옵니다.

OldViewState

레이아웃 이전 보기의 상태입니다.

TranslatedLines

번역된 줄의 읽기 전용 컬렉션을 가져옵니다.

TranslatedSpans

번역된 컬렉션 범위를 가져옵니다.

VerticalTranslation

마지막 레이아웃 이후 보기가 세로로 변환되었나요?

적용 대상