点击或拖拽改变大小

PropertyChangedEventArgsEx 构造函数

初始化 PropertyChangedEventArgsEx 类的一个新实例

命名空间:  QGEditors.WinForms
程序集:  QGEditors.WinForms (在 QGEditors.WinForms.dll 中) 版本:0.0.2.16 (0.0.2.16)
语法
C#
public PropertyChangedEventArgsEx(
	string propertyName,
	Object oldValue,
	Object newValue
)

参数

propertyName
类型: SystemString

[缺少 "M:QGEditors.WinForms.PropertyChangedEventArgsEx.#ctor(System.String,System.Object,System.Object)" 的 <param name="propertyName"/> 文档]

oldValue
类型: SystemObject

[缺少 "M:QGEditors.WinForms.PropertyChangedEventArgsEx.#ctor(System.String,System.Object,System.Object)" 的 <param name="oldValue"/> 文档]

newValue
类型: SystemObject

[缺少 "M:QGEditors.WinForms.PropertyChangedEventArgsEx.#ctor(System.String,System.Object,System.Object)" 的 <param name="newValue"/> 文档]

参见