namespace System.Web.UI.WebControls { /// /// Represents a method that handles the CallingDataMethods event of Databound controls that support model binding. /// public delegate void CallingDataMethodsEventHandler(object sender, CallingDataMethodsEventArgs e); }