ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1Chart.DataSourceChanged Event

Occurs when the DataSource property has changed.

[Visual Basic]

Public Event DataSourceChanged As EventHandler

[C#]

public event EventHandler DataSourceChanged

[Delphi]

public property DataSourceChanged: EventHandler read remove_DataSourceChanged write add_DataSourceChanged;

Remarks

The event handler receives an argument of type System.EventArgs. The sender object of the event is the C1Chart object.

See Also

C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.