1 instantiation of AsyncPostBackErrorEventArgs
System.Web.Extensions (1)
UI\PageRequestManager.cs (1)
419_owner.OnAsyncPostBackError(new AsyncPostBackErrorEventArgs(ex));
4 references to AsyncPostBackErrorEventArgs
System.Web.Extensions (4)
UI\ScriptManager.cs (4)
859public event EventHandler<AsyncPostBackErrorEventArgs> AsyncPostBackError { 1242protected internal virtual void OnAsyncPostBackError(AsyncPostBackErrorEventArgs e) { 1243EventHandler<AsyncPostBackErrorEventArgs> handler = 1244(EventHandler<AsyncPostBackErrorEventArgs>)Events[AsyncPostBackErrorEvent];