Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft