'Declaration Public Event ComboSelected As ComboEventHandler
public event ComboEventHandler ComboSelected
Event Data
The event handler receives an argument of type ComboEventArgs containing data related to this event. The following ComboEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ColIndex | Indicates the position in the DisplayColumns collection. (Inherited from C1.Win.TrueDBGrid.ColEventArgs) |
Column | Gets the C1DisplayColumn. (Inherited from C1.Win.TrueDBGrid.ColEventArgs) |
SelectedIndex | Gets the index of the selected item in the combobox. |
See Also