ModelDataSourceView.OnCallingDataMethods(CallingDataMethodsEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the CallingDataMethods event.
protected:
virtual void OnCallingDataMethods(System::Web::UI::WebControls::CallingDataMethodsEventArgs ^ e);
protected virtual void OnCallingDataMethods (System.Web.UI.WebControls.CallingDataMethodsEventArgs e);
abstract member OnCallingDataMethods : System.Web.UI.WebControls.CallingDataMethodsEventArgs -> unit
override this.OnCallingDataMethods : System.Web.UI.WebControls.CallingDataMethodsEventArgs -> unit
Protected Overridable Sub OnCallingDataMethods (e As CallingDataMethodsEventArgs)
Parameters
The data for the CallingDataMethods event.
Remarks
For a tutorial series on using model binding with Web Forms, see Model Binding and Web Forms.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.