예제 #1
0
 public void RemoveEventListener(SVGFEPointLightElementEvents type, IEventListener listener)
 {
 }
예제 #2
0
 public void RemoveEventListener(SVGFEPointLightElementEvents type, IEventListener listener, bool capture)
 {
 }
예제 #3
0
 public void RemoveEventListener(SVGFEPointLightElementEvents type, HtmlEventHandler listener)
 {
 }
예제 #4
0
 public void RemoveEventListener(SVGFEPointLightElementEvents type, HtmlEventHandlerWithTarget <SVGFEPointLightElement> listener, bool capture)
 {
 }
예제 #5
0
 public void AddEventListener(SVGFEPointLightElementEvents type, HtmlEventHandler listener, bool capture)
 {
 }
예제 #6
0
 public void AddEventListener(SVGFEPointLightElementEvents type, HtmlEventHandlerWithTarget <SVGFEPointLightElement> listener)
 {
 }
예제 #7
0
 public void AddEventListener(SVGFEPointLightElementEvents type, Action listener)
 {
 }
예제 #8
0
 public void AddEventListener(SVGFEPointLightElementEvents type, Action listener, bool capture)
 {
 }
 public void AddEventListener(SVGFEPointLightElementEvents type, IEventListener listener, bool capture)
 {
 }
 public void RemoveEventListener(SVGFEPointLightElementEvents type, Action listener, bool capture)
 {
 }
 public void AddEventListener(SVGFEPointLightElementEvents type, IEventListener listener)
 {
 }
 public void AddEventListener(SVGFEPointLightElementEvents type, HtmlEventHandlerWithTarget<SVGFEPointLightElement> listener, bool capture)
 {
 }
 public void AddEventListener(SVGFEPointLightElementEvents type, HtmlEventHandler listener)
 {
 }
 public void RemoveEventListener(SVGFEPointLightElementEvents type, HtmlEventHandlerWithTarget<SVGFEPointLightElement> listener)
 {
 }
 public void RemoveEventListener(SVGFEPointLightElementEvents type, HtmlEventHandler listener, bool capture)
 {
 }