Click or drag to resize

DataWindow.Notify Method (Typed)

X#
An event handler that reflects events that have occurred in the server connected to this data window.
Important! Notify() is automatically called by the server, and should normally not be called by application code.

[Missing <include> target documentation in 'M:XSharp.VO.SDK.DataWindow.Notify(XSharp.__Usual,XSharp.__Usual)'. File: 'VOSDK.xml' Path: 'doc/commonblocks/notify/*']

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
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
SELF, except if NOTIFYINTENTTOMOVE is specified for kNotifyName. In this case, the return value is TRUE if successful; otherwise, FALSE.
See Also