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 的对应关系。 引发的事件本身是属性更改的指示。

适用于