Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / ReadOnlyChanged Event


In This Topic
    ReadOnlyChanged Event (GcComboBox)
    In This Topic
    Occurs when the ReadOnly property is changed.
    Syntax
    'Declaration
     
    
    Public Event ReadOnlyChanged As EventHandler
    'Usage
     
    
    Dim instance As GcComboBox
    Dim handler As EventHandler
     
    AddHandler instance.ReadOnlyChanged, handler
    public event EventHandler ReadOnlyChanged
    Remarks
    This event is raised if the ReadOnly property is changed.
    See Also