ActiveReports Developer 7
DataSourceChanged Event
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ChartControl Class : DataSourceChanged Event

Glossary Item Box

Raised when the data source of the chart changes.

Syntax

Visual Basic (Declaration) 
Public Event DataSourceChanged As System.EventHandler
C# 
public event System.EventHandler DataSourceChanged

See Also