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