Share via


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

IDataSource.DataSourceChanged

Remarks

The VariationDataSource never raises the DataSourceChanged event. There is no mechanism on the control to change the data source.

See Also

Reference

VariationDataSource Class

VariationDataSource Members

Microsoft.SharePoint.Publishing.WebControls Namespace