Click or drag to resize

DbNotifyEventHandler Delegate

X#
The delegate that defines the Workarea Eventhandler

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 DELEGATE VOID DbNotifyEventHandler(
	osender AS IRdd,
	e AS DbNotifyEventArgs
)

Parameters

osender
Type: IRdd
e
Type: DbNotifyEventArgs
Object that describes the event that happened.
See Also