Skip to main content
Version: 3.5

RequestEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represent a method that handles the BeginRequest, and EndRequest events. Since 3.5.5

public delegate void RequestEventHandler(Object sender, RequestEventArgs e)

Parameters

NameTypeDescription
senderObjectCurrent application context.
eRequestEventArgsA RequestEventArgs instance with the data for the event handlers.

Fired By

NameDescription
Application.BeginRequestFired at the beginning of every request.
Application.EndRequestFired at the end of every request.