HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / PageEvents Class
Members

In This Topic
    PageEvents Class
    In This Topic
    Contains the page level event timings
    Object Model
    PageEvents ClassPageEvent ClassPageEvent ClassPageEvent ClassPageEvent Class
    Syntax
    'Declaration
     
    Public Class PageEvents 
    public class PageEvents 
    Remarks

    The PageEvents object is available from the Events property of the Page class.

    Each event type is available as a property of this class. The event's Valid property to indicates whether the event occurred and the Value property contains the offset of the event in seconds from the start of the page loading process.

    Inheritance Hierarchy

    System.Object
       HttpWatch.PageEvents

    Requirements
     
    See Also