DataBrowser.Notify Method (Typed) | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Notify(
Usual kNotification = default,
Usual uDescription = default
)
Request Example
View SourceParameters
- 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