DbNotifyEventHandler 委托 | |
The delegate that defines the Workarea Eventhandler
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 DELEGATE VOID DbNotifyEventHandler(
osender AS IRdd,
e AS DbNotifyEventArgs
)
public delegate void DbNotifyEventHandler(
IRdd osender,
DbNotifyEventArgs e
)
参数
- osender
- 类型:IRdd
- e
- 类型:DbNotifyEventArgs
Object that describes the event that happened.
参见