True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / ComboSelected Event

In This Topic
    ComboSelected Event (C1TrueDBGrid)
    In This Topic
    Occurs whenever a selection has been made to the built-in combo or TrueDBDropdown.
    Syntax
    '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.

    PropertyDescription
    Indicates the position in the DisplayColumns collection. (Inherited from C1.Win.C1TrueDBGrid.ColEventArgs)
    Gets the C1DisplayColumn. (Inherited from C1.Win.C1TrueDBGrid.ColEventArgs)
    Gets the index of the selected item in the combobox.  
    See Also