DS.Documents.Html Assembly / GrapeCity.Documents.Html Namespace / PageLoadStates Enumeration

PageLoadStates Enumeration
Page lifetime events to wait for.
Syntax
'Declaration
 
Public Enum PageLoadStates 
   Inherits System.Enum
 
Members
MemberDescription
DOMContentLoadedThe DOMContentLoaded event was fired.
InitThe init event was fired.
LoadThe load event was fired.
NetworkAlmostIdleThe networkAlmostIdle event was fired.
NetworkIdleThe networkIdle event was fired.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Html.PageLoadStates

See Also