CreatingModelDataSourceEventHandler Delegate

.NET Framework (current version)
 

Represents the method that handles the DataBoundControl.CreatingModelDataSource and Repeater.CreatingModelDataSource events.

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

Public Delegate Sub CreatingModelDataSourceEventHandler (
	sender As Object,
	e As CreatingModelDataSourceEventArgs
)

.NET Framework
Available since 4.5
Return to top
Show: