HtmlSelect::OnDataSourceViewChanged Method (Object^, EventArgs^)

 

Invoked when the DataSource, DataMember, or DataSourceID property is changed.

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void OnDataSourceViewChanged(
	Object^ sender,
	EventArgs^ e
)

Parameters

sender
Type: System::Object^

The source of the event.

e
Type: System::EventArgs^

An EventArgs that contains the event data.

The OnDataSourceViewChanged method sets the RequiresDataBinding property to true.

.NET Framework
Available since 2.0
Return to top
Show: