GridViewEditEventArgs(Int32) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 GridViewEditEventArgs 類別的新執行個體。
public:
GridViewEditEventArgs(int newEditIndex);
public GridViewEditEventArgs (int newEditIndex);
new System.Web.UI.WebControls.GridViewEditEventArgs : int -> System.Web.UI.WebControls.GridViewEditEventArgs
Public Sub New (newEditIndex As Integer)
參數
- newEditIndex
- Int32
要編輯之資料列的索引。
備註
使用此建構函式來初始化 類別的新實例 GridViewEditEventArgs 。
下表顯示 實例 GridViewEditEventArgs 的初始屬性值。
屬性 | 初始值 |
---|---|
NewEditIndex | newEditIndex 參數的值。 |
注意
這個建構函式主要是由控制項開發人員在引發事件時使用。