Example #1
0
 public void removeEventListener(string type, Web.EventListener listener, bool useCapture = false)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void detachEvent(string _event, Web.EventListener listener)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void addEventListener(string type, Web.EventListener listener, bool useCapture = false)
 {
 }