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


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