Click or drag to resize

IDbNotify.Notify Method

X#
This message is sent to clients when a Workarea event happens

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
METHOD Notify(
	sender AS IRdd,
	e AS DbNotifyEventArgs
) AS VOID

Parameters

sender
Type: IRdd
Workarea for which the event happened.
Note Note
The sender object may be NULL for operations that work on all Workareas, such as DbCloseAll()
e
Type: DbNotifyEventArgs
Object that describes the event that happened.
See Also