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
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |