点击或拖拽改变大小

SwebFormShow 方法 (SwebForm, FormRedirectCallBackEventHandler, Object)

跳转指定窗体

命名空间:  Swebui.Controls
程序集:  Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.133.17134+2c49d126d464232ac9a5157f96561862d8e39182
语法
public void Show(
	SwebForm form,
	FormRedirectCallBackEventHandler callback = null,
	Object args = null
)

参数

form
类型:Swebui.ControlsSwebForm
跳转的窗体
callback (Optional)
类型:Swebui.ControlsFormRedirectCallBackEventHandler
跳转窗体关闭后回调委托
args (Optional)
类型:SystemObject
可选参数
备注
获取跳转窗体关闭后的回调处理,请实现委托FormRedirectCallBackEventHandler
参见