共用方式為


PasswordBoxPasswordChangingEventArgs.IsContentChanging 屬性

定義

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

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

屬性值

Boolean

bool

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

備註

發生格式或內容變更時,就會發生此事件。 IsContentChanging 屬性有助於區分文字內容變更的時機。

適用於