SwebFormShow 方法 (SwebForm, Boolean, FormRedirectCallBackEventHandler, Object) |
跳转指定窗体
命名空间:
Swebui.Controls
程序集:
Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.133.17134+2c49d126d464232ac9a5157f96561862d8e39182
语法public void Show(
SwebForm form,
bool moveClose,
FormRedirectCallBackEventHandler callback = null,
Object args = null
)
Public Sub Show (
form As SwebForm,
moveClose As Boolean,
Optional callback As FormRedirectCallBackEventHandler = Nothing,
Optional args As Object = Nothing
)
参数
- form
- 类型:Swebui.ControlsSwebForm
跳转的窗体 - moveClose
- 类型:SystemBoolean
跳转的窗体是否可以左滑关闭,false不关闭,true关闭 - callback (Optional)
- 类型:Swebui.ControlsFormRedirectCallBackEventHandler
跳转窗体关闭后回调委托 - args (Optional)
- 类型:SystemObject
可选参数
备注获取跳转窗体关闭后的回调处理,请实现委托FormRedirectCallBackEventHandler
参见