RssFeed Documented Class Library

RssFeedItem.OnBubbleEvent Method 

When the RssFeedItem contains a Button/LinkButton, if that button is clicked, a postback occurs and the button's Command event is fired (assuming the button's CommandName and/or CommandArgument properties were set). This event is bubbled up to the RssFeedItem, which then passes it up to its parent - RssFeed - via RaiseBubbleEvent. Before doing so, it packages the EventArgs into an RssFeedItemCommandEventArgs instance.

protected override bool OnBubbleEvent(
   object source,
   EventArgs args
);

Parameters

source
The button that was clicked.
args
The button's EventArgs.

Return Value

A Boolean, indicating if the event was bubbled up to the RssFeed control.

See Also

RssFeedItem Class | skmRss Namespace