DataBrowser.Notify Method (Typed) | |
An event handler that reflects events that have occurred in the server connected to this data browser.
[Missing <include> target documentation in 'M:XSharp.VO.SDK.DataBrowser.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
[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