HttpApplication.PreRequestHandlerExecute Evento

Definição

Ocorre pouco antes do ASP.NET começar a executar um gestor de eventos (por exemplo, uma página ou um serviço Web XML).

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

Tipo de Evento

Observações

Para mais informações sobre como gerir eventos, consulte Gestão e Levantamento de Eventos.

Aplica-se a

Ver também