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)

type CreatingModelDataSourceEventHandler = 
    delegate of 
        sender:Object *
        e:CreatingModelDataSourceEventArgs -> unit

.NET Framework
Available since 4.5
Return to top
Show: