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

In This Topic
    ReadOnlyChanged Event
    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