C1.Win.FlexGrid Namespace / C1FlexGrid Class / OnDataSourceChanged Method
System.EventArgs that contains the event data.

In This Topic
OnDataSourceChanged Method (C1FlexGrid)
In This Topic
Raises the DataSourceChanged event.
Syntax
'Declaration
 
Protected Overridable Sub OnDataSourceChanged( _
   ByVal e As EventArgs _
) 
 

Parameters

e
System.EventArgs that contains the event data.
See Also