Quote Control Events
Windows - Visual C++
Click on the Quote event to see its syntax:
Fired when the connection state has been changed. |
|
Fired when an item in the control's context menu is selected. |
|
Fired when the control is double-clicked. |
|
Fired when the enter key is pressed. |
|
Fired when the ticker symbol has been added to the list. |
|
Fired when a ticker code is dropped into the quote control using "drag and drop." |
|
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. |
|
Fired when the ticker data has been updated. |
Back to: Quote Control