RepeaterCommandEventArgs(RepeaterItem, Object, CommandEventArgs) Constructor

Definition

Initializes a new instance of the RepeaterCommandEventArgs class.

public RepeaterCommandEventArgs (System.Web.UI.WebControls.RepeaterItem item, object commandSource, System.Web.UI.WebControls.CommandEventArgs originalArgs);

Parameters

item
RepeaterItem

A RepeaterItem that represents an item in the Repeater. The Item property is set to this value.

commandSource
Object

The command source. The CommandSource property is set to this value.

originalArgs
CommandEventArgs

The original event arguments.

Remarks

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

Property Initial Value
Item item parameter
CommandSource commandSource parameter

Applies to

Продукт Версии
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also