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