[]
        
(Showing Draft Content)

GrapeCity.Documents.Html.PageLoadStates

Enum PageLoadStates

Namespace
GrapeCity.Documents.Html
Assembly
GcDocs.Html.dll

Page lifetime events to wait for.

[Flags]
public enum PageLoadStates

Fields

DOMContentLoaded = 1

The DOMContentLoaded event was fired.

Init = 0

The init event was fired.

Load = 2

The load event was fired.

NetworkAlmostIdle = 4

The networkAlmostIdle event was fired.

NetworkIdle = 8

The networkIdle event was fired.