SiteMapDataSource::IDataSource::DataSourceChanged Event
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Occurs when a data source control has changed in some way that affects data-bound controls.
Assembly: System.Web (in System.Web.dll)
private: event EventHandler^ DataSourceChanged { virtual void add(EventHandler^ value) sealed = IDataSource::DataSourceChanged::add; virtual void remove(EventHandler^ value) sealed = IDataSource::DataSourceChanged::remove; }
Implements
IDataSource::DataSourceChangedThis member is an explicit interface member implementation. It can be used only when the SiteMapDataSource instance is cast to an IDataSource interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: