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

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