Smobiler Library
Smobiler Library
Smobiler Library
Smobiler.Core.Controls
MobileForm 类
MobileForm 事件
ActionButtonPress 事件
Activated 事件
BackGround 事件
ClientDataLoaded 事件
ClientDataReaded 事件
ClientDataRemoved 事件
Closed 事件
Closing 事件
CustomCallBack 事件
Deactivate 事件
ForeGround 事件
KeyDown 事件
OrientationChanged 事件
MobileForm
Closing 事件
在关闭窗体时发生。
命名空间:
Smobiler.Core.Controls
程序集:
Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
C#
VB
复制
public
event
CancelEventHandler
Closing
Public
Event
Closing
As
CancelEventHandler
值
类型:
System.ComponentModel
CancelEventHandler
备注
在窗体关闭时,Closing 事件发生。在窗体关闭后,将释放在该对象内创建的所有资源并处置该窗体。 如果取消此事件,则该窗体保持打开状态。若要取消窗体的关闭操作,请将传递给事件处理程序的 CancelEventArgs 的 Cancel 属性设置为 true。
参见
引用
MobileForm 类
Smobiler.Core.Controls 命名空间