点击或拖拽改变大小

DragCompletedEventArgs 构造函数

This is an instance constructor for the DragCompletedEventArgs class. It is constructed with a reference to the event being raised.

命名空间:  CPF.Controls
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public DragCompletedEventArgs(
	float horizontalChange,
	float verticalChange,
	bool canceled
)

参数

horizontalChange
类型:SystemSingle

[缺少 "M:CPF.Controls.DragCompletedEventArgs.#ctor(System.Single,System.Single,System.Boolean)" 的 <param name="horizontalChange"/> 文档]

verticalChange
类型:SystemSingle

[缺少 "M:CPF.Controls.DragCompletedEventArgs.#ctor(System.Single,System.Single,System.Boolean)" 的 <param name="verticalChange"/> 文档]

canceled
类型:SystemBoolean

[缺少 "M:CPF.Controls.DragCompletedEventArgs.#ctor(System.Single,System.Single,System.Boolean)" 的 <param name="canceled"/> 文档]

返回值

类型:
Nothing.
参见