ComponentOne True DBGrid for WinForms
ComboSelect Event

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : ComboSelect Event
Occurs whenever a selection has been made to the built-in combo or TrueDBDropdown.
Syntax
'Declaration
 
Public Event ComboSelect As ColEventHandler
public event ColEventHandler ComboSelect
Event Data

The event handler receives an argument of type ColEventArgs containing data related to this event. The following ColEventArgs properties provide information specific to this event.

PropertyDescription
Indicates the position in the DisplayColumns collection.  
Gets the C1DisplayColumn.  
See Also