PageTransitionEvent
Represents a page transition event argument.
Gets if a webpage is loading from a cache..
public PageTransitionEvent()
Creates a new event.
public PageTransitionEvent(string type, bool bubbles = false, bool cancelable = false, bool persisted = false)
Creates a new event and initializes it.
Initializes the event.