Subscriber portal
Gets or sets the JavaScript function to call when response data has been instantiated but before the page is updated.
member OnComplete : string with get, set
The JavaScript function to call when the response data has been instantiated.
The specified function is called whether the page update is successful or not. The call to this function occurs before a call to either OnSuccess or OnFailure.
To cancel the page update, return false from the JavaScript function.
AjaxOptions ClassSystem.Web.Mvc.Ajax Namespace