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


Click on the Quote event to see its syntax:

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.

TickerAdded

Fired when the ticker symbol has been added to the list.

TickerDropped

Fired when a ticker code is dropped into the quote control using "drag and drop."

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. 

UpdatedTickers

Fired when the ticker data has been updated. 

Back to: Quote Control