HttpApplication.PostRequestHandlerExecute Událost

Definice

Nastane, když ASP.NET obslužná rutina události (například stránka nebo webová služba XML) dokončí provádění.

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

Event Type

EventHandler

Poznámky

Další informace o zpracování událostí naleznete v tématu Zpracování a vyvolávání událostí.

Platí pro

Viz také