GridView for ASP.NET Web Forms
C1GridViewBeginRowUpdateEventHandler デリゲート

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1GridView 名前空間 : C1GridViewBeginRowUpdateEventHandler デリゲート
イベントのソース。
イベントデータを含む C1GridViewBeginRowUpdateEventArgs オブジェクト。
BeginRowUpdate コントロールの C1GridView イベントを処理するメソッドを表します。
シンタックス
'宣言
 
Public Delegate Sub C1GridViewBeginRowUpdateEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As C1GridViewBeginRowUpdateEventArgs _
) 
public delegate void C1GridViewBeginRowUpdateEventHandler( 
   System.object sender,
   C1GridViewBeginRowUpdateEventArgs e
)

パラメータ

sender
イベントのソース。
e
イベントデータを含む C1GridViewBeginRowUpdateEventArgs オブジェクト。
参照

C1GridViewBeginRowUpdateEventHandler メンバ
C1.Web.Wijmo.Controls.C1GridView 名前空間