RssFeed Documented Class Library

RssFeedItemCommandEventArgs Class

The RssFeed control can have a page developer-defined template. This template might include Buttons or LinkButtons (or other Web controls). If a button is in the template, and if it raises its Command event, the event is bubbled up from the RssFeedItem to RssFeed, which then fires its ItemCommand event, much like the DataGrid/DataList/Repeater controls do. This EventArgs class is the EventArgs that an event handler responding to ItemCommand will accept. Just like the DataGridItemCommandEventArgs class, this class has an Item, CommandSource, CommandName, and CommandArgument properties... ///

For a list of all members of this type, see RssFeedItemCommandEventArgs Members.

System.Object
   System.EventArgs
      System.Web.UI.WebControls.CommandEventArgs
         skmRss.RssFeedItemCommandEventArgs

public class RssFeedItemCommandEventArgs : CommandEventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: skmRss

Assembly: skmRss (in skmRss.dll)

See Also

RssFeedItemCommandEventArgs Members | skmRss Namespace