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

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