AngleSharp by AngleSharp

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

.NET API 1,223,680 bytes

 TrackEvent

public class TrackEvent : Event
Represents a track that provides an additional track information.
public object Track { get; }

Gets the assigned track object, if any.

public TrackEvent()

Creates a new event.

public TrackEvent(string type, bool bubbles = false, bool cancelable = false, object track = null)

Creates a new event and initializes it.

public void Init(string type, bool bubbles, bool cancelable, object track)

Initializes the mouse event.