eventchaining. We catch this by the baseFeedParsers, which would not do anything with the gathered data. We pass the event up to the user

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
protected void OnParsedNewEntry(

	Object sender,

	FeedParserEventArgs e

)
Visual Basic (Declaration)
Protected Sub OnParsedNewEntry ( _

	sender As Object, _

	e As FeedParserEventArgs _

)
Visual C++
protected:

void OnParsedNewEntry(

	Object^ sender, 

	FeedParserEventArgs^ e

)

Parameters

sender
Type: System..::.Object
the object which send the event
e
Type: Google.GData.Client..::.FeedParserEventArgs
FeedParserEventArguments, holds the feedentry

Return Value

See Also