共用方式為


TextViewLayoutChangedEventArgs 類別

定義

提供的 Layout Changed 事件 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

檢視自上次版面配置以來是否已垂直轉譯?

適用於