HttpApplication.PostRequestHandlerExecute Evento

Definición

Se produce cuando el controlador de eventos ASP.NET (por ejemplo, una página o un servicio web XML) finaliza la ejecución.

public:
 event EventHandler ^ PostRequestHandlerExecute;
public event EventHandler PostRequestHandlerExecute;
member this.PostRequestHandlerExecute : EventHandler 
Public Custom Event PostRequestHandlerExecute As EventHandler 

Tipo de evento

Comentarios

Para obtener más información sobre cómo controlar eventos, consulte Control y generación de eventos.

Se aplica a

Consulte también