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.
A Boolean, indicating if the event was bubbled up to the RssFeed control.
RssFeedItem Class | skmRss Namespace