IDbNotify.Notify 方法 | |
This message is sent to clients when a Workarea event happens
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 METHOD Notify(
sender AS IRdd,
e AS DbNotifyEventArgs
) AS VOID
void Notify(
IRdd sender,
DbNotifyEventArgs e
)
参数
- sender
- 类型:IRdd
Workarea for which the event happened.
备注: |
---|
The sender object may be NULL for operations that work on all Workareas, such as DbCloseAll() |
- e
- 类型:DbNotifyEventArgs
Object that describes the event that happened.
参见