True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / OnComboSelect Method

In This Topic
    OnComboSelect Method (Frame)
    In This Topic
    Raised when a value in the combobox has been selected.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnComboSelect( _
       ByVal e As ColEventArgs _
    ) 
    protected virtual void OnComboSelect( 
       ColEventArgs e
    )

    Parameters

    e
    See Also