News item data bound.

Namespace: MonoSoftware.MonoX.News
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual void NewsItemDataBound(
	Control templateContainer,
	NewsItemEntity newsItem,
	Hashtable customTags
)
Visual Basic
Public Overridable Sub NewsItemDataBound ( 
	templateContainer As Control,
	newsItem As NewsItemEntity,
	customTags As Hashtable
)
Visual C++
public:
virtual void NewsItemDataBound(
	Control^ templateContainer, 
	NewsItemEntity^ newsItem, 
	Hashtable^ customTags
)
F#
abstract NewsItemDataBound : 
        templateContainer : Control * 
        newsItem : NewsItemEntity * 
        customTags : Hashtable -> unit 
override NewsItemDataBound : 
        templateContainer : Control * 
        newsItem : NewsItemEntity * 
        customTags : Hashtable -> unit 

Parameters

templateContainer
Type: System.Web.UI..::..Control
Template container
newsItem
Type: NewsItemEntity
News item entity
customTags
Type: System.Collections..::..Hashtable
Custom tags

See Also