RepeaterCommandEventArgs(RepeaterItem, Object, CommandEventArgs) Konstruktor
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy RepeaterCommandEventArgs.
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)
Parametry
- item
- RepeaterItem
Element RepeaterItem reprezentujący element w elemencie Repeater. Właściwość jest ustawiona Item na tę wartość.
- commandSource
- Object
Źródło polecenia. Właściwość jest ustawiona CommandSource na tę wartość.
- originalArgs
- CommandEventArgs
Oryginalne argumenty zdarzenia.
Uwagi
W poniższej tabeli przedstawiono początkowe wartości właściwości dla wystąpienia klasy RepeaterCommandEventArgs.
Właściwość | Wartość początkowa |
---|---|
Item |
item Parametr |
CommandSource |
commandSource Parametr |