RssFeed Documented Class Library

RssFeed.ItemCreated Event

Occurs when an RssFeedItem is created.

public event RssFeedItemEventHandler ItemCreated;

Event Data

The event handler receives an argument of type RssFeedItemEventArgs containing data related to this event. The following RssFeedItemEventArgs property provides information specific to this event.

Property Description
Item Gets the referenced item in the RssFeed control when the event is raised.

See Also

RssFeed Class | skmRss Namespace