Repeater::OnDataSourceViewChanged Method (Object^, EventArgs^)
.NET Framework (current version)
Sets the RequiresDataBinding property to true.
Assembly: System.Web (in System.Web.dll)
Parameters
- sender
-
Type:
System::Object^
The source of the event.
- e
-
Type:
System::EventArgs^
An EventArgs object that contains the event data.
The OnDataSourceViewChanged method is a helper method that participates in the data binding process. This method is called when the DataSourceView object that is associated data source control raises its DataSourceViewChanged event. The event causes the Repeater control to bind data to the updated data.
.NET Framework
Available since 2.0
Available since 2.0
Show: