PropertyChangedAttribute 构造函数 |
定义该方法为属性通知方法,方法类型 void Method(object newValue, object oldValue, CPF.PropertyMetadataAttribute attribute)
命名空间:
CPF
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法 public PropertyChangedAttribute(
string propertyName
)
参数
- propertyName
- 类型:SystemString
属性名
参见