eventchaining. We catch this by from the base service, which would not by default create an atomFeed

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

Syntax

C#
protected void OnNewFeed(

	Object sender,

	ServiceEventArgs e

)
Visual Basic (Declaration)
Protected Sub OnNewFeed ( _

	sender As Object, _

	e As ServiceEventArgs _

)
Visual C++
protected:

void OnNewFeed(

	Object^ sender, 

	ServiceEventArgs^ e

)

Parameters

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

Return Value

See Also