GridViewRowEventArgs(GridViewRow) 建構函式

定義

初始化 GridViewRowEventArgs 類別的新執行個體。

public:
 GridViewRowEventArgs(System::Web::UI::WebControls::GridViewRow ^ row);
public GridViewRowEventArgs (System.Web.UI.WebControls.GridViewRow row);
new System.Web.UI.WebControls.GridViewRowEventArgs : System.Web.UI.WebControls.GridViewRow -> System.Web.UI.WebControls.GridViewRowEventArgs
Public Sub New (row As GridViewRow)

參數

row
GridViewRow

GridViewRow 物件,表示所建立或繫結到資料的資料列。

備註

使用此建構函式來初始化 類別的新實例 GridViewRowEventArgs

下表顯示 實例 GridViewRowEventArgs 的初始屬性值。

屬性 初始值
Row 包含在 GridViewRow 參數中的 row 物件。

注意

這個建構函式主要是由控制項開發人員在引發事件時使用。

適用於

另請參閱