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

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