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