HeadlineReceived Event (Headline Control)
Windows - Visual C++
Description
The HeadlineReceived event is fired
when a new headline is received by the headline control.
DispId
Syntax
void OnHeadlineReceived(LPCTSTR headline);
The HeadlineReceived syntax has these parts:
Part |
Description |
headline |
A String containing the text of the new headline. See Remarks for the format of this string. |
Remarks
Each field in the headline String
received by this event is separated by a carriage return character
(vbKeyReturn ). The fields contained in the string are in the
following order: Story ID, Date, Time, Feed, Profiles, Rank, Headline.
Back to: Headline Events