GridView for ASP.NET Web Forms
C1GridViewUpdatedEventArgs コンストラクタ

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1GridView 名前空間 > C1GridViewUpdatedEventArgs クラス : C1GridViewUpdatedEventArgs コンストラクタ
更新操作によって影響を受けた行の数。
更新操作中に発生した例外(発生した場合)。
コンストラクタ。C1GridViewUpdatedEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal affectedRows As System.Integer, _
   ByVal e As System.Exception _
)
public C1GridViewUpdatedEventArgs( 
   System.int affectedRows,
   System.Exception e
)

パラメータ

affectedRows
更新操作によって影響を受けた行の数。
e
更新操作中に発生した例外(発生した場合)。
参照

C1GridViewUpdatedEventArgs クラス
C1GridViewUpdatedEventArgs メンバ