Share via


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

備註

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

適用於