Entry Event
Fired once for each entry retrieved.
Syntax
Sub odatacontrol_Entry(Id As String, Title As String, Summary As String, ETag As String)Remarks
The Entry event is fired once for each entry found in the response.
The entry properties are provided through EntryProperties.
The entry links are provided through EntryLinks.