ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1DropDownControl Class / HideSelectionChanged Event

In This Topic
    HideSelectionChanged Event (C1DropDownControl)
    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