public void RemoveEventListener(SVGPolylineElementEvents type, HtmlEventHandler listener, bool capture)
 {
 }
 public void RemoveEventListener(SVGPolylineElementEvents type, Action listener)
 {
 }
 public void RemoveEventListener(SVGPolylineElementEvents type, Action listener, bool capture)
 {
 }
 public void AddEventListener(SVGPolylineElementEvents type, IEventListener listener)
 {
 }
 public void AddEventListener(SVGPolylineElementEvents type, IEventListener listener, bool capture)
 {
 }
 public void AddEventListener(SVGPolylineElementEvents type, HtmlEventHandler listener)
 {
 }
 public void AddEventListener(SVGPolylineElementEvents type, HtmlEventHandlerWithTarget<SVGPolylineElement> listener, bool capture)
 {
 }
Exemplo n.º 8
0
 public void RemoveEventListener(SVGPolylineElementEvents type, IEventListener listener, bool capture)
 {
 }
 public void RemoveEventListener(SVGPolylineElementEvents type, HtmlEventHandlerWithTarget<SVGPolylineElement> listener)
 {
 }
Exemplo n.º 10
0
 public void RemoveEventListener(SVGPolylineElementEvents type, HtmlEventHandlerWithTarget <SVGPolylineElement> listener, bool capture)
 {
 }
Exemplo n.º 11
0
 public void RemoveEventListener(SVGPolylineElementEvents type, IEventListener listener)
 {
 }
Exemplo n.º 12
0
 public void RemoveEventListener(SVGPolylineElementEvents type, HtmlEventHandler listener)
 {
 }
Exemplo n.º 13
0
 public void AddEventListener(SVGPolylineElementEvents type, HtmlEventHandlerWithTarget <SVGPolylineElement> listener)
 {
 }
Exemplo n.º 14
0
 public void AddEventListener(SVGPolylineElementEvents type, HtmlEventHandler listener, bool capture)
 {
 }
Exemplo n.º 15
0
 public void AddEventListener(SVGPolylineElementEvents type, Action listener, bool capture)
 {
 }
Exemplo n.º 16
0
 public void AddEventListener(SVGPolylineElementEvents type, Action listener)
 {
 }