RssFeed Documented Class Library

RssFeed.ItemCommand Event

Occurs when a button in an RssFeedItem is clicked.

public event RssFeedItemCommandEventHandler ItemCommand;

Event Data

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.

See Also

RssFeed Class | skmRss Namespace