RepeaterItemEventArgs.RepeaterItemEventArgs Constructor
.NET Framework 3.0
Initializes a new instance of the RepeaterItemEventArgs class.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public RepeaterItemEventArgs ( RepeaterItem item )
public function RepeaterItemEventArgs ( item : RepeaterItem )
Not applicable.
Parameters
- item
The RepeaterItem associated with the event. The Item property is set to this value.
Community Additions
ADD
Show: