点击或拖拽改变大小

WindowImplBeginInvoke 方法

[缺少 "M:CPF.Windows.WindowImpl.BeginInvoke(System.Threading.SendOrPostCallback,System.Object)" 的 <summary> 文档]

命名空间:  CPF.Windows
程序集:  CPF.Windows (在 CPF.Windows.dll 中) 版本:0.8.8.5
语法
C#
public void BeginInvoke(
	SendOrPostCallback callback,
	Object data
)

参数

callback
类型:System.ThreadingSendOrPostCallback

[缺少 "M:CPF.Windows.WindowImpl.BeginInvoke(System.Threading.SendOrPostCallback,System.Object)" 的 <param name="callback"/> 文档]

data
类型:SystemObject

[缺少 "M:CPF.Windows.WindowImpl.BeginInvoke(System.Threading.SendOrPostCallback,System.Object)" 的 <param name="data"/> 文档]

参见