ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ChartControl Class / DataSourceChanged Event

In This Topic
    DataSourceChanged Event (ChartControl)
    In This Topic
    Raised when the data source of the chart changes.
    Syntax
    'Declaration
     
    Public Event DataSourceChanged As EventHandler
    public event EventHandler DataSourceChanged
    See Also