OPMLHeader Event
Fired for each value in the Header section of the current OPML document.
Syntax
Sub rsscontrol_OPMLHeader(Field As String, Value As String)Remarks
This event is fired when the control is parsing an OPML document after a call to ReadOPML is made. The control parses each header field and value from the OPML document and fires OPMLHeader once for each header present.