点击或拖拽改变大小

FormRedirectCallBackEventHandler 委托

一个委托,它表示在打开给定的窗体,并在给定的窗体关闭后要调用的方法。

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public delegate void FormRedirectCallBackEventHandler(
	MobileForm sender,
	Object args
)

参数

sender
类型:Smobiler.Core.ControlsMobileForm
事件源
args
类型:SystemObject
包含事件数据的 args
备注