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

In This Topic
    ValueItemError Event (C1TrueDBDropdown)
    In This Topic
    Occurs when the user attempts to enter invalid data into a column that is using value lists.
    Syntax
    'Declaration
     
    Public Event ValueItemError As ColEventHandler
    public event ColEventHandler ValueItemError
    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