namespace System.Web.UI.WebControls { /// /// Represents a method that handles the CreatingModelDataSource event of Databound controls for customizing the /// used for data operations. /// public delegate void CreatingModelDataSourceEventHandler(object sender, CreatingModelDataSourceEventArgs e); }