Click here for NewsObjects Overview
Headline Control Events
Windows - Visual C++


Click on the Headline event to see its syntax:

Click

Fired when the control is clicked.

ConnStateChange

Fired when the connection state has been changed.

ContextMenu

Fired when an item in the control's context menu is selected.

DblClick

Fired when the control is double-clicked.

EnterKey

Fired when the enter key is pressed.

FocusAtBottom

Fired when the last item in the list either gets the focus or loses the focus. 

FocusAtTop

Fired when the first item in the list either gets the focus or loses the focus.  

HeadlineReceived

Fired when a new headline is received by the Headline Control.

NoSearchHits

Fired when the control is notified that there are no search hits in the view.

OnDrop

Fired when recognized information is dropped on the Headline control.

RunComplete

Fired when the control receives a notification from the server in response to request to open a Headline View.

TickerClick

Fired when a Reuters Information Code (RIC) is clicked in a Reuters headline. RICs are enclosed by angle brackets < >.

UpdateContextMenu

Fired immediately before the context menu appears when the user right mouse clicks on the control, in order to give the container a chance to update menu items. 

Back to: Headline Control