Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadDataSource Class / DataSourceChanged Event


In This Topic
    DataSourceChanged Event
    In This Topic
    Occurs when the data source values have been changed.
    Syntax
    'Declaration
     
    
    Public Event DataSourceChanged As EventHandler
    'Usage
     
    
    Dim instance As SpreadDataSource
    Dim handler As EventHandler
     
    AddHandler instance.DataSourceChanged, handler
    public event EventHandler DataSourceChanged
    See Also