RepeaterItemEventArgs Constructor (RepeaterItem^)

 

Initializes a new instance of the RepeaterItemEventArgs class.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
RepeaterItemEventArgs(
	RepeaterItem^ item
)

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
Return to top
Show: