Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / HideSelectionChanged Event

In This Topic
    HideSelectionChanged Event (C1ComboBox)
    In This Topic
    Occurs when the value of the C1.Win.Input.Base.C1DropDownEditorBase.HideSelection property has changed.
    Syntax
    'Declaration
     
    
    Public Event HideSelectionChanged As EventHandler
    public event EventHandler HideSelectionChanged
    See Also