ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / Frame Class / OnValueItemError Method

In This Topic
    OnValueItemError Method (Frame)
    In This Topic
    Raised when a value item is selected that's not in the ValueItems collection.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnValueItemError( _
       ByVal e As ColEventArgs _
    ) 
    protected virtual void OnValueItemError( 
       ColEventArgs e
    )

    Parameters

    e
    See Also