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

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

パラメータ

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

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