Event chaining. We catch this by the baseFeedParsers, which
would not do anything with the gathered data. We pass the event up
to the user; if the user doesn't discard it, we add the entry to our
collection
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
protected void OnNewExtensionElement( Object sender, ExtensionElementEventArgs e ) |
| Visual Basic (Declaration) |
|---|
Protected Sub OnNewExtensionElement ( _ sender As Object, _ e As ExtensionElementEventArgs _ ) |
| Visual C++ |
|---|
protected: void OnNewExtensionElement( Object^ sender, ExtensionElementEventArgs^ e ) |
Parameters
- sender
- Type: System..::.Object
the object which send the event
- e
- Type: Google.GData.Client..::.ExtensionElementEventArgs
FeedParserEventArguments, holds the feed entry