True DBGrid for WinForms
ComboSelected イベント (C1TrueDBGrid)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : ComboSelected イベント
Occurs whenever a selection has been made to the built-in combo or TrueDBDropdown.
シンタックス
'宣言
 
Public Event ComboSelected As ComboEventHandler
public event ComboEventHandler ComboSelected
イベント データ

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

プロパティ解説
Indicates the position in the DisplayColumns collection. C1.Win.C1TrueDBGrid.ColEventArgsから継承されます。
Gets the C1DisplayColumn. C1.Win.C1TrueDBGrid.ColEventArgsから継承されます。
Gets the index of the selected item in the combobox.  
参照