Click here for NewsObjects Overview
RunComplete Event
Windows - Visual C++


Description
The RunComplete event is fired when the control receives notification from the NewsEdge Server after calling the Run method with the AsyncRun property set to TRUE.

Syntax
OnRunComplete();

The RunComplete syntax has these parts:

Part

Description

result

A long integer containing 0, if the asynchronous call to Run succeeded, or an error code, if the call failed.

Remarks
If result is not zero, the server could not open a headline view for the current search criteria and no headlines will be received.

This event will not be fired if Run is called while the AsyncRun property is FALSE.

See Also: Run AsyncRun

Back to: Headline Events Story Events