TextBoxTextChangingEventArgs.IsContentChanging 屬性

定義

取得值,這個值表示事件是否因為文字內容中的變更而發生。

public:
 property bool IsContentChanging { bool get(); };
bool IsContentChanging();
public bool IsContentChanging { get; }
var boolean = textBoxTextChangingEventArgs.isContentChanging;
Public ReadOnly Property IsContentChanging As Boolean

屬性值

Boolean

bool

如果變更文字內容造成事件,則為true;否則為false

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

備註

系統會針對格式或內容變更引發此事件。 IsContentChanging 屬性有助於區分文字內容變更的時機。

適用於