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

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