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

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