RepeaterCommandEventArgs(RepeaterItem, Object, CommandEventArgs) Construtor

Definição

Inicializa uma nova instância da classe RepeaterCommandEventArgs.Initializes a new instance of the RepeaterCommandEventArgs class.

public:
 RepeaterCommandEventArgs(System::Web::UI::WebControls::RepeaterItem ^ item, System::Object ^ commandSource, System::Web::UI::WebControls::CommandEventArgs ^ originalArgs);
public RepeaterCommandEventArgs (System.Web.UI.WebControls.RepeaterItem item, object commandSource, System.Web.UI.WebControls.CommandEventArgs originalArgs);
new System.Web.UI.WebControls.RepeaterCommandEventArgs : System.Web.UI.WebControls.RepeaterItem * obj * System.Web.UI.WebControls.CommandEventArgs -> System.Web.UI.WebControls.RepeaterCommandEventArgs
Public Sub New (item As RepeaterItem, commandSource As Object, originalArgs As CommandEventArgs)

Parâmetros

item
RepeaterItem

Um RepeaterItem que representa um item na Repeater.A RepeaterItem that represents an item in the Repeater. A propriedade Item é definida para esse valor.The Item property is set to this value.

commandSource
Object

A fonte de comando.The command source. A propriedade CommandSource é definida para esse valor.The CommandSource property is set to this value.

originalArgs
CommandEventArgs

Os argumentos do evento original.The original event arguments.

Comentários

A tabela a seguir mostra os valores de propriedade inicial para uma instância do RepeaterCommandEventArgs .The following table shows initial property values for an instance of RepeaterCommandEventArgs.

PropriedadeProperty Valor inicialInitial Value
Item Parâmetro itemitem parameter
CommandSource Parâmetro commandSourcecommandSource parameter

Aplica-se a

Confira também