ComboBox for ASP.NET Web Forms
ItemDataBinding イベント

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1ComboBox 名前空間 > C1ComboBox クラス : ItemDataBinding イベント
C1ComboBoxItem がデータをバインドしているときに発生します。
シンタックス
'宣言
 
Public Event ItemDataBinding As C1ComboBoxItemEventHandler
public event C1ComboBoxItemEventHandler ItemDataBinding
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、C1ComboBoxItemEventArgs 型の引数を受け取りました。次の C1ComboBoxItemEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
このイベントに関連付けられた C1ComboBoxItem を取得します。  
参照