Abstract.Notify Method | |
Receives notifications from DatabaseEngines
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax METHOD Notify(
nEvent,
nNotification
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public Usual Notify(
Usual nEvent = default,
Usual nNotification = default
)
Request Example
View SourceParameters
- nEvent (Optional)
- Type: Usual
This parameter receives a numeric value that corresponds with a constant listed in APPEVENT.CH. - nNotification (Optional)
- Type: Usual
The second parameter identifies the situation for which an object is notified. The file DMLB.CH lists define constants that can be used to test in a program which situation occurred.
Return Value
Type:
UsualRemarks There is no need in X# to include the header files. The defines are included as part of the X# runtime.
See Also