public void AddEventListener(ShadowRootEvents type, Action listener) { }
public void RemoveEventListener(ShadowRootEvents type, HtmlEventHandlerWithTarget<ShadowRoot> listener) { }
public void RemoveEventListener(ShadowRootEvents type, IEventListener listener) { }
public void RemoveEventListener(ShadowRootEvents type, Action listener, bool capture) { }
public void RemoveEventListener(ShadowRootEvents type, HtmlEventHandler listener, bool capture) { }
public void AddEventListener(ShadowRootEvents type, IEventListener listener) { }
public void RemoveEventListener(ShadowRootEvents type, Action listener) { }
public void AddEventListener(ShadowRootEvents type, IEventListener listener, bool capture) { }
public void AddEventListener(ShadowRootEvents type, HtmlEventHandlerWithTarget <ShadowRoot> listener, bool capture) { }
public void RemoveEventListener(ShadowRootEvents type, HtmlEventHandlerWithTarget <ShadowRoot> listener) { }
public void AddEventListener(ShadowRootEvents type, HtmlEventHandler listener) { }
public void RemoveEventListener(ShadowRootEvents type, HtmlEventHandler listener) { }
public void AddEventListener(ShadowRootEvents type, HtmlEventHandlerWithTarget<ShadowRoot> listener, bool capture) { }