RssFeed Documented Class Library

RssFeed.OnItemDataBound Method 

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

protected virtual void OnItemDataBound(
   RssFeedItemEventArgs e
);

Parameters

e
A RssFeedItemEventArgs that contains event data.

Remarks

The ItemDataBound event is raised after an item is data bound to the RssFeed control. This event provides you with the last opportunity to access the data item before it is displayed on the client. After this event is raised, the data item is nulled out and no longer available.

See Also

RssFeed Class | skmRss Namespace