VariationDataSource.DataSourceChanged Event
Implements the standard IDataSource.DataSourceChanged event, which occurs when a data source control has changed in some way that affects data-bound controls.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Event DataSourceChanged As EventHandler
'Usage
Dim instance As VariationDataSource
Dim handler As EventHandler
AddHandler instance.DataSourceChanged, handler
public event EventHandler DataSourceChanged
Implements
Remarks
The VariationDataSource never raises the DataSourceChanged event. There is no mechanism on the control to change the data source.