共用方式為


GridViewCancelEditEventArgs(Int32) 建構函式

定義

初始化 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 參數的值。

注意

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

適用於

另請參閱