Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / INotifyDataChanged Interface / Changed Event


In This Topic
    Changed Event (INotifyDataChanged)
    In This Topic
    Occurs when the data has changed.
    Syntax
    'Declaration
     
    
    Event Changed As EventHandler
    'Usage
     
    
    Dim instance As INotifyDataChanged
    Dim handler As EventHandler
     
    AddHandler instance.Changed, handler
    event EventHandler Changed
    See Also