Occurs whenever the datasource changes.
[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 DataSourceChanged event is raised before the grid is filled with data. Therefore, use this event to initialize the grid according to information obtained from the data source, if necessary.
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |