PasswordBoxPasswordChangingEventArgs.IsContentChanging 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示事件是否因為文字內容中的變更而發生。
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 屬性有助於區分文字內容變更的時機。