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)
 {
 }
Пример #7
0
 public void RemoveEventListener(SVGGraphicsElementEvents type, Action listener)
 {
 }
 public void RemoveEventListener(SVGGraphicsElementEvents type, HtmlEventHandlerWithTarget<SVGGraphicsElement> listener)
 {
 }
Пример #9
0
 public void AddEventListener(SVGGraphicsElementEvents type, IEventListener listener)
 {
 }
Пример #10
0
 public void AddEventListener(SVGGraphicsElementEvents type, IEventListener listener, bool capture)
 {
 }
Пример #11
0
 public void AddEventListener(SVGGraphicsElementEvents type, HtmlEventHandlerWithTarget <SVGGraphicsElement> listener, bool capture)
 {
 }
Пример #12
0
 public void AddEventListener(SVGGraphicsElementEvents type, HtmlEventHandler listener)
 {
 }
Пример #13
0
 public void RemoveEventListener(SVGGraphicsElementEvents type, HtmlEventHandlerWithTarget <SVGGraphicsElement> listener)
 {
 }
Пример #14
0
 public void RemoveEventListener(SVGGraphicsElementEvents type, HtmlEventHandler listener, bool capture)
 {
 }
Пример #15
0
 public void RemoveEventListener(SVGGraphicsElementEvents type, Action listener, bool capture)
 {
 }