NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RepeaterItem Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal itemIndex As Integer, _
   ByVal itemType As ListItemType, _
   ByVal dataItem As Object _
)
[C#]
public RepeaterItem(
   int itemIndex,
   ListItemType itemType,
   object dataItem
);
[C++]
public: RepeaterItem(
   int itemIndex,
   ListItemType itemType,
   Object* dataItem
);
[JScript]
public function RepeaterItem(
   itemIndex : int,
   itemType : ListItemType,
   dataItem : Object
);

Parameters

itemIndex
[To be supplied.]
itemType
[To be supplied.]
dataItem
[To be supplied.]

See Also

RepeaterItem Class | RepeaterItem Members | System.Web.UI.WebControls Namespace