AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.8.1" />

 EventNames

public static class EventNames
The collection of (known / used) event names.
public static readonly string Abort

The abort event.

public static readonly string AfterPrint

The afterprint event.

public static readonly string AfterScriptExecute

The afterscriptexecute event.

public static readonly string BeforePrint

The beforeprint event.

public static readonly string BeforeScriptExecute

The beforescriptexecute event.

public static readonly string BeforeUnload

The beforeunload event.

public static readonly string Blur

The blur event.

public static readonly string Cancel

The cancel event.

public static readonly string CanPlay

The canplay event.

public static readonly string CanPlayThrough

The canplaythrough event.

public static readonly string Change

The change event.

public static readonly string Click

The click event.

public static readonly string ConfirmUnload

The confirmUnload event.

public static readonly string CueChange

The cuechange event.

public static readonly string DblClick

The dblclick event.

public static readonly string DomContentLoaded

The DOMContentLoaded event.

public static readonly string Drag

The drag event.

public static readonly string DragEnd

The dragend event.

public static readonly string DragEnter

The dragenter event.

public static readonly string DragExit

The dragexit event.

public static readonly string DragLeave

The dragleave event.

public static readonly string DragOver

The dragover event.

public static readonly string DragStart

The dragstart event.

public static readonly string Drop

The drop event.

public static readonly string DurationChange

The durationchange event.

public static readonly string Emptied

The emptied event.

public static readonly string Ended

The ended event.

public static readonly string Error

The error event.

public static readonly string Focus

The focus event.

public static readonly string FullscreenChange

The fullscreenchange event.

public static readonly string FullscreenError

The fullscreenerror event.

public static readonly string HashChange

The hashchange event.

public static readonly string Input

The input event.

public static readonly string Invalid

The invalid event.

public static readonly string Keydown

The keydown event.

public static readonly string Keypress

The keypress event.

public static readonly string Keyup

The keyup event.

public static readonly string Load

The load event.

public static readonly string LoadedData

The loadeddata event.

public static readonly string LoadedMetaData

The loadedmetadata event.

public static readonly string LoadEnd

The loadend event.

public static readonly string LoadStart

The loadstart event.

public static readonly string Message

The message event.

public static readonly string Mousedown

The mousedown event.

public static readonly string Mouseenter

The mouseenter event.

public static readonly string Mouseleave

The mouseleave event.

public static readonly string Mousemove

The mousemove event.

public static readonly string Mouseout

The mouseout event.

public static readonly string Mouseover

The mouseover event.

public static readonly string Mouseup

The mouseup event.

public static readonly string Offline

The offline event.

public static readonly string Online

The online event.

public static readonly string PageHide

The pagehide event.

public static readonly string PageShow

The pageshow event.

public static readonly string ParseEnd

The parseEnd event.

public static readonly string ParseError

The parseError event.

public static readonly string ParseStart

The parseStart event.

public static readonly string Pause

The pause event.

public static readonly string Play

The play event.

public static readonly string Playing

The playing event.

public static readonly string PopState

The popstate event.

public static readonly string Print

The print event.

public static readonly string Progress

The progress event.

public static readonly string RateChange

The ratechange event.

public static readonly string ReadyStateChanged

The readystatechanged event.

public static readonly string RequestEnd

The requestEnd event.

public static readonly string RequestStart

The requestStart event.

public static readonly string Reset

The reset event.

public static readonly string Resize

The resize event.

public static readonly string Scroll

The scroll event.

public static readonly string Seeked

The seeked event.

public static readonly string Seeking

The seeking event.

public static readonly string Select

The select event.

public static readonly string Show

The show event.

public static readonly string Stalled

The stalled event.

public static readonly string Storage

The storage event.

public static readonly string Submit

The submit event.

public static readonly string Suspend

The suspend event.

public static readonly string TimeUpdate

The timeupdate event.

public static readonly string Toggle

The toggle event.

public static readonly string Unload

The unload event.

public static readonly string Unloading

The unloading event.

public static readonly string VolumeChange

The volumechange event.

public static readonly string Waiting

The waiting event.

public static readonly string Wheel

The wheel event.