DependencyPropertyChangedEventArgs.Property プロパティ

定義

値が変更された依存関係プロパティの識別子を取得します。

public:
 property System::Windows::DependencyProperty ^ Property { System::Windows::DependencyProperty ^ get(); };
public System.Windows.DependencyProperty Property { get; }
member this.Property : System.Windows.DependencyProperty
Public ReadOnly Property Property As DependencyProperty

プロパティ値

DependencyProperty

値が変更された依存関係プロパティの識別子フィールド。

注釈

このプロパティは、複数のプロパティに登録されている共通 PropertyChangedCallback のプロパティ内で使用される場合に関連し、コールバックを呼び出したプロパティの変更を明確にする必要があります。 Property は通常、プロパティとプロパティの変更を報告するイベントの間に 1 対 1 の対応関係があるため、イベントの発生には関係ありません。 発生したイベント自体は、どのプロパティが変更されたかを示します。

適用対象