Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / ModifiedChanged Event


In This Topic
    ModifiedChanged Event (EditBase)
    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
    public event EventHandler ModifiedChanged
    Remarks
    This event is raised if the Modified property is changed.
    See Also