RepeaterItemEventArgs Constructor (RepeaterItem^)
.NET Framework (current version)
Initializes a new instance of the RepeaterItemEventArgs class.
Assembly: System.Web (in System.Web.dll)
Parameters
- item
-
Type:
System.Web.UI.WebControls::RepeaterItem^
The RepeaterItem associated with the event. The Item property is set to this value.
The following table shows initial property values for an instance of RepeaterItemEventArgs.
Property | Initial Value |
|---|---|
Item | item |
.NET Framework
Available since 1.1
Available since 1.1
Show: