This documentation is archived and is not being maintained.

RepeaterItemEventArgs Constructor

Initializes a new instance of the RepeaterItemEventArgs class.

[Visual Basic]
Public Sub New( _
   ByVal item As RepeaterItem _
)
[C#]
public RepeaterItemEventArgs(
   RepeaterItem item
);
[C++]
public: RepeaterItemEventArgs(
   RepeaterItem* item
);
[JScript]
public function RepeaterItemEventArgs(
   item : RepeaterItem
);

Parameters

item
The RepeaterItem associated with the event. The Item property is set to this value.

Remarks

The following table shows initial property values for an instance of RepeaterItemEventArgs.

Property Initial Value
Item item

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

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

Show: