PasswordBoxPasswordChangingEventArgs クラス

定義

PasswordBox.PasswordChanging イベントのイベント データを提供します。

public ref class PasswordBoxPasswordChangingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PasswordBoxPasswordChangingEventArgs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PasswordBoxPasswordChangingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PasswordBoxPasswordChangingEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PasswordBoxPasswordChangingEventArgs
Public NotInheritable Class PasswordBoxPasswordChangingEventArgs
継承
Object Platform::Object IInspectable PasswordBoxPasswordChangingEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

注釈

このクラスのインスタンスは、 PasswordBox.PasswordChanging イベント ハンドラーにパラメーターとして渡されます。

プロパティ

IsContentChanging

テキスト コンテンツの変更が原因でイベントが発生したかどうかを示す値を取得します。

適用対象

こちらもご覧ください