System.Web.UI.HierarchicalDataSourceControl.OnDataSourceChanged Method

Raises the IHierarchicalDataSource.DataSourceChanged event.

Syntax

protected virtual void OnDataSourceChanged (EventArgs e)

Parameters

e
An EventArgs that contains event data.

Remarks

The HierarchicalDataSourceControl.OnDataSourceChanged(EventArgs) method notifies a data-bound control that the underlying data source or the data cached in memory has changed, that the control should rebind, and that any necessary work should be performed.

Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.

The HierarchicalDataSourceControl.OnDataSourceChanged(EventArgs) method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0