Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Occurs when an asynchronous method completes.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Event Completed As EventHandler
public event EventHandler Completed
public:
event EventHandler^ Completed {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}