ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / SelectionChanged Event

In This Topic
    SelectionChanged Event (DropDownList)
    In This Topic
    Fires when the user selects a different range of rows or columns.
    Syntax
    'Declaration
     
    
    Public Event SelectionChanged As EventHandler
    public event EventHandler SelectionChanged
    See Also