RssFeed Documented Class Library

RssFeed.OnItemCreated Method 

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

protected virtual void OnItemCreated(
   RssFeedItemEventArgs e
);

Parameters

e
A RssFeedItemEventArgs that contains event data.

Remarks

The ItemCreated event is raised when an item in the RssFeed control is created, both during round-trips and at the time data is bound to the control.

The ItemCreated event is commonly used to control the content and appearance of a row in the RssFeed control.

See Also

RssFeed Class | skmRss Namespace