Click or drag to resize

DataBrowser.Notify Method (Typed)

X#
An event handler that reflects events that have occurred in the server connected to this data browser.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax
 VIRTUAL METHOD Notify(
	kNotification,
	uDescription
) AS USUAL CLIPPER
Request Example View Source

Parameters

kNotification (Optional)
Type: Usual
uDescription (Optional)
Type: Usual

Return Value

Type: Usual
NIL except if NOTIFYINTENTTOMOVE is specified for kNotifyName. In this case, the return value is TRUE if successful; otherwise, FALSE.
See Also