public void RemoveEventListener(XmlProcessingInstructionEvents type, HtmlEventHandlerWithTarget<XmlProcessingInstruction> listener)
 {
 }
 public void RemoveEventListener(XmlProcessingInstructionEvents type, Action listener, bool capture)
 {
 }
 public void RemoveEventListener(XmlProcessingInstructionEvents type, HtmlEventHandler listener, bool capture)
 {
 }
 public void AddEventListener(XmlProcessingInstructionEvents type, HtmlEventHandlerWithTarget<XmlProcessingInstruction> listener, bool capture)
 {
 }
 public void AddEventListener(XmlProcessingInstructionEvents type, IEventListener listener, bool capture)
 {
 }
 public void AddEventListener(XmlProcessingInstructionEvents type, Action listener)
 {
 }
 public void AddEventListener(XmlProcessingInstructionEvents type, HtmlEventHandler listener)
 {
 }
Exemplo n.º 8
0
 public void RemoveEventListener(XmlProcessingInstructionEvents type, IEventListener listener, bool capture)
 {
 }
 public void RemoveEventListener(XmlProcessingInstructionEvents type, IEventListener listener)
 {
 }
Exemplo n.º 10
0
 public void RemoveEventListener(XmlProcessingInstructionEvents type, HtmlEventHandler listener)
 {
 }
Exemplo n.º 11
0
 public void RemoveEventListener(XmlProcessingInstructionEvents type, HtmlEventHandlerWithTarget <XmlProcessingInstruction> listener, bool capture)
 {
 }
Exemplo n.º 12
0
 public void RemoveEventListener(XmlProcessingInstructionEvents type, Action listener)
 {
 }
Exemplo n.º 13
0
 public void AddEventListener(XmlProcessingInstructionEvents type, IEventListener listener)
 {
 }
Exemplo n.º 14
0
 public void AddEventListener(XmlProcessingInstructionEvents type, HtmlEventHandlerWithTarget <XmlProcessingInstruction> listener)
 {
 }
Exemplo n.º 15
0
 public void AddEventListener(XmlProcessingInstructionEvents type, HtmlEventHandler listener, bool capture)
 {
 }
Exemplo n.º 16
0
 public void AddEventListener(XmlProcessingInstructionEvents type, Action listener, bool capture)
 {
 }