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 的對應。 引發的事件本身是屬性變更的指示。

適用於