Example #1
0
 public void RemoveEventListener(SVGMPathElementEvents type, IEventListener listener, bool capture)
 {
 }
Example #2
0
 public void RemoveEventListener(SVGMPathElementEvents type, HtmlEventHandlerWithTarget <SVGMPathElement> listener, bool capture)
 {
 }
Example #3
0
 public void RemoveEventListener(SVGMPathElementEvents type, IEventListener listener)
 {
 }
Example #4
0
 public void AddEventListener(SVGMPathElementEvents type, IEventListener listener)
 {
 }
Example #5
0
 public void RemoveEventListener(SVGMPathElementEvents type, HtmlEventHandler listener)
 {
 }
Example #6
0
 public void AddEventListener(SVGMPathElementEvents type, HtmlEventHandler listener, bool capture)
 {
 }
Example #7
0
 public void AddEventListener(SVGMPathElementEvents type, HtmlEventHandlerWithTarget <SVGMPathElement> listener)
 {
 }
Example #8
0
 public void AddEventListener(SVGMPathElementEvents type, Action listener)
 {
 }
Example #9
0
 public void AddEventListener(SVGMPathElementEvents type, Action listener, bool capture)
 {
 }
 public void RemoveEventListener(SVGMPathElementEvents type, HtmlEventHandler listener)
 {
 }
 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, IEventListener listener)
 {
 }
 public void AddEventListener(SVGMPathElementEvents type, HtmlEventHandlerWithTarget<SVGMPathElement> listener)
 {
 }