BeginRequest Event

       

Occurs when the user selects an element on an HTML page that sends a request to the WebClass object. Marks the beginning of processing for an HTTP request.

Syntax

Private Sub object_BeginRequest()

The object placeholder represents an object expression that evaluates to an object in the Applies To list.

Remark

This event is raised before any other events when an HTTP request is received.