AngleSharp by Florian Rappl

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

 FocusEvent

public class FocusEvent : UiEvent
Represents the arguments for a focus event.
public IEventTarget Target { get; }

Gets the target of the event.

public FocusEvent()

Creates a new event.

public FocusEvent(string type, bool bubbles, bool cancelable, IWindow view, int detail, IEventTarget target)

Creates a new event and initializes it.

public FocusEvent(string type, IDictionary<string, object> eventInitDict = null)

Creates a new event and initializes it.

public void Init(string type, bool bubbles, bool cancelable, IWindow view, int detail, IEventTarget target)

Initializes the focus event.