Exemplo n.º 1
0
 public void AddEventListener(XmlHttpRequestEvents type, HtmlEventHandlerWithTarget<XmlHttpRequest> listener)
 {
 }
Exemplo n.º 2
0
 public void AddEventListener(XmlHttpRequestEvents type, IEventListener listener)
 {
 }
Exemplo n.º 3
0
 public void AddEventListener(XmlHttpRequestEvents type, Action listener, bool capture)
 {
 }
Exemplo n.º 4
0
 public void AddEventListener(XmlHttpRequestEvents type, HtmlEventHandler listener, bool capture)
 {
 }
Exemplo n.º 5
0
 public void RemoveEventListener(XmlHttpRequestEvents type, HtmlEventHandler listener, bool capture)
 {
 }
Exemplo n.º 6
0
 public void AddEventListener(XmlHttpRequestEvents type, Action listener)
 {
 }
Exemplo n.º 7
0
 public void AddEventListener(XmlHttpRequestEvents type, IEventListener listener)
 {
 }
Exemplo n.º 8
0
 public void RemoveEventListener(XmlHttpRequestEvents type, IEventListener listener)
 {
 }
Exemplo n.º 9
0
 public void AddEventListener(XmlHttpRequestEvents type, HtmlEventHandler listener)
 {
 }
Exemplo n.º 10
0
 public void AddEventListener(XmlHttpRequestEvents type, HtmlEventHandlerWithTarget <XmlHttpRequest> listener, bool capture)
 {
 }
Exemplo n.º 11
0
 public void AddEventListener(XmlHttpRequestEvents type, Action listener)
 {
 }
Exemplo n.º 12
0
 public void RemoveEventListener(XmlHttpRequestEvents type, IEventListener listener)
 {
 }
Exemplo n.º 13
0
 public void RemoveEventListener(XmlHttpRequestEvents type, HtmlEventHandlerWithTarget <XmlHttpRequest> listener)
 {
 }
Exemplo n.º 14
0
 public void RemoveEventListener(XmlHttpRequestEvents type, HtmlEventHandler listener)
 {
 }
Exemplo n.º 15
0
 public void AddEventListener(XmlHttpRequestEvents type, IEventListener listener, bool capture)
 {
 }
Exemplo n.º 16
0
 public void RemoveEventListener(XmlHttpRequestEvents type, HtmlEventHandlerWithTarget<XmlHttpRequest> listener, bool capture)
 {
 }
Exemplo n.º 17
0
		public static  XmlHttpRequest RemoveEventListener(this XmlHttpRequest request,
			XmlHttpRequestEvents type, Action<XmlHttpRequestProgressEvent> handler)
		{
			((dynamic)request).removeEventListener (type, handler, false);
			return request;
		}
Exemplo n.º 18
0
 public void RemoveEventListener(XmlHttpRequestEvents type, IEventListener listener, bool capture)
 {
 }
Exemplo n.º 19
0
 public void RemoveEventListener(XmlHttpRequestEvents type, Action listener, bool capture)
 {
 }