Occurs when a button in an RssFeedItem is clicked.
The event handler receives an argument of type RssFeedItemCommandEventArgs containing data related to this event. The following RssFeedItemCommandEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| CommandArgument | Gets the argument for the command. |
| CommandName | Gets the name of the command. |
| CommandSource | Returns a reference to the Button/LinkButton Web control that was clicked. |
| Item | Returns a reference to the RssFeedItem that contains the button that was clicked. |
RssFeed Class | skmRss Namespace