AngleSharp by AngleSharp

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

.NET API 1,224,192 bytes

 CompositionEvent

public class CompositionEvent : UiEvent
Represents the event arguments for a composed event.
public string Data { get; }

Gets the associated data.

Creates a new event.

public CompositionEvent(string type, bool bubbles = false, bool cancelable = false, IWindow view = null, string data = null)

Creates a new event and initializes it.

public void Init(string type, bool bubbles, bool cancelable, IWindow view, string data)

Initializes the composition event.