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)
 {
 }