Spread Windows Forms 12.0 Product Documentation
ModifiedChanged Event


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditBase Class : ModifiedChanged Event
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
public event EventHandler ModifiedChanged
Remarks
This event is raised if the Modified property is changed.
See Also

Reference

EditBase Class
EditBase Members