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)
859
public event EventHandler<
AsyncPostBackErrorEventArgs
> AsyncPostBackError {
1242
protected internal virtual void OnAsyncPostBackError(
AsyncPostBackErrorEventArgs
e) {
1243
EventHandler<
AsyncPostBackErrorEventArgs
> handler =
1244
(EventHandler<
AsyncPostBackErrorEventArgs
>)Events[AsyncPostBackErrorEvent];