Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Handles the event fired at the beginning of every request.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub BeginRequestHandler ( _
sender As Object, _
ea As EventArgs _
)
'Usage
Dim instance As PublishingHttpModule
Dim sender As Object
Dim ea As EventArgs
instance.BeginRequestHandler(sender, _
ea)
public void BeginRequestHandler(
Object sender,
EventArgs ea
)
Parameters
- sender
Type: System.Object
- ea
Type: System.EventArgs