RssFeed Documented Class Library

RssFeed.OnItemCommand Method 

Raises the ItemCommand event. This allows you to provide a custom handler for the event.

protected virtual void OnItemCommand(
   RssFeedItemCommandEventArgs e
);

Parameters

e
A RssFeedItemCommandEventArgs that contains event data.

Remarks

The ItemCommand event is raised when any button is clicked in the RssFeed control. This event is commonly used to handle buttons controls with a custom CommandName value.

See Also

RssFeed Class | skmRss Namespace