Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / ITextBoxBase Interface / ReadOnlyChanged Event

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