点击或拖拽改变大小

AttachedPropertyChanged 委托

CpfObject obj, string propertyName, object defaultValue, object oldValue, ref object newValue

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public delegate void AttachedPropertyChanged(
	CpfObject obj,
	string propertyName,
	Object defaultValue,
	Object oldValue,
	ref Object newValue
)

参数

obj
类型:CPFCpfObject
propertyName
类型:SystemString
defaultValue
类型:SystemObject
oldValue
类型:SystemObject
newValue
类型:SystemObject
参见