RssFeed Documented Class Library

RssFeedItemCommandEventArgs Constructor 

Creates a new RssFeedItemCommandEventArgs instance.

public RssFeedItemCommandEventArgs(
   RssFeedItem item,
   object commandSource,
   CommandEventArgs cea
);

Parameters

item
The RssFeedItem that contained the button that was clicked.
commandSource
The reference to the button that was clicked.
cea
The CommandEventArgs instance passed through the button's Command event.

See Also

RssFeedItemCommandEventArgs Class | skmRss Namespace