True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBDropdown Class / OnValueItemError Method

In This Topic
    OnValueItemError Method (C1TrueDBDropdown)
    In This Topic
    Occurs when the user attempts to enter invalid data into a column that is using value lists.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnValueItemError( _
       ByVal e As ColEventArgs _
    ) 
    protected override void OnValueItemError( 
       ColEventArgs e
    )

    Parameters

    e
    See Also