点击或拖拽改变大小

CpfObjectOnAttachedChanged 方法

附加属性更改时发生

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
protected virtual void OnAttachedChanged(
	Type ownerType,
	string propertyName,
	Object defaultValue,
	Object oldValue,
	Object newValue
)

参数

ownerType
类型:SystemType
所注册在的类型
propertyName
类型:SystemString

[缺少 "M:CPF.CpfObject.OnAttachedChanged(System.Type,System.String,System.Object,System.Object,System.Object)" 的 <param name="propertyName"/> 文档]

defaultValue
类型:SystemObject

[缺少 "M:CPF.CpfObject.OnAttachedChanged(System.Type,System.String,System.Object,System.Object,System.Object)" 的 <param name="defaultValue"/> 文档]

oldValue
类型:SystemObject

[缺少 "M:CPF.CpfObject.OnAttachedChanged(System.Type,System.String,System.Object,System.Object,System.Object)" 的 <param name="oldValue"/> 文档]

newValue
类型:SystemObject

[缺少 "M:CPF.CpfObject.OnAttachedChanged(System.Type,System.String,System.Object,System.Object,System.Object)" 的 <param name="newValue"/> 文档]

参见