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

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

パラメータ

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

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