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

In This Topic
    RenderStart Property
    In This Topic
    The event timing object for the start of the display of the page's contents.
    Syntax
    'Declaration
     
    Public ReadOnly Property RenderStart As PageEvent
    public PageEvent RenderStart {get;}
    Requirements
    This event may not be detected in some cases where the browser doesn't have to paint the new page, e.g. the browser window is hidden.
    See Also