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)
 {
 }
Example #8
0
 public void RemoveEventListener(XmlProcessingInstructionEvents type, IEventListener listener, bool capture)
 {
 }
 public void RemoveEventListener(XmlProcessingInstructionEvents type, IEventListener listener)
 {
 }
Example #10
0
 public void RemoveEventListener(XmlProcessingInstructionEvents type, HtmlEventHandler listener)
 {
 }
Example #11
0
 public void RemoveEventListener(XmlProcessingInstructionEvents type, HtmlEventHandlerWithTarget <XmlProcessingInstruction> listener, bool capture)
 {
 }
Example #12
0
 public void RemoveEventListener(XmlProcessingInstructionEvents type, Action listener)
 {
 }
Example #13
0
 public void AddEventListener(XmlProcessingInstructionEvents type, IEventListener listener)
 {
 }
Example #14
0
 public void AddEventListener(XmlProcessingInstructionEvents type, HtmlEventHandlerWithTarget <XmlProcessingInstruction> listener)
 {
 }
Example #15
0
 public void AddEventListener(XmlProcessingInstructionEvents type, HtmlEventHandler listener, bool capture)
 {
 }
Example #16
0
 public void AddEventListener(XmlProcessingInstructionEvents type, Action listener, bool capture)
 {
 }