ComboBox for ASP.NET Web Forms
C1ComboBoxItemPopulateEventHandler デリゲート

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

パラメータ

sender
イベントのソース。
args
イベントデータを含む C1ComboBoxItemPopulateEventArgs
参照

C1ComboBoxItemPopulateEventHandler メンバ
C1.Web.Wijmo.Controls.C1ComboBox 名前空間