Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / ReadOnlyChanged Event


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