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

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