public void AddEventListener(SVGGraphicsElementEvents type, HtmlEventHandler listener)
 {
 }
 public void AddEventListener(SVGGraphicsElementEvents type, HtmlEventHandlerWithTarget<SVGGraphicsElement> listener, bool capture)
 {
 }
 public void AddEventListener(SVGGraphicsElementEvents type, Action listener)
 {
 }
 public void AddEventListener(SVGGraphicsElementEvents type, Action listener, bool capture)
 {
 }
 public void RemoveEventListener(SVGGraphicsElementEvents type, IEventListener listener)
 {
 }
 public void RemoveEventListener(SVGGraphicsElementEvents type, IEventListener listener, bool capture)
 {
 }
Exemple #7
0
 public void RemoveEventListener(SVGGraphicsElementEvents type, Action listener)
 {
 }
 public void RemoveEventListener(SVGGraphicsElementEvents type, HtmlEventHandlerWithTarget<SVGGraphicsElement> listener)
 {
 }
Exemple #9
0
 public void AddEventListener(SVGGraphicsElementEvents type, IEventListener listener)
 {
 }
Exemple #10
0
 public void AddEventListener(SVGGraphicsElementEvents type, IEventListener listener, bool capture)
 {
 }
Exemple #11
0
 public void AddEventListener(SVGGraphicsElementEvents type, HtmlEventHandlerWithTarget <SVGGraphicsElement> listener, bool capture)
 {
 }
Exemple #12
0
 public void AddEventListener(SVGGraphicsElementEvents type, HtmlEventHandler listener)
 {
 }
Exemple #13
0
 public void RemoveEventListener(SVGGraphicsElementEvents type, HtmlEventHandlerWithTarget <SVGGraphicsElement> listener)
 {
 }
Exemple #14
0
 public void RemoveEventListener(SVGGraphicsElementEvents type, HtmlEventHandler listener, bool capture)
 {
 }
Exemple #15
0
 public void RemoveEventListener(SVGGraphicsElementEvents type, Action listener, bool capture)
 {
 }