public void RemoveEventListener(XmlStylesheetProcessingInstructionEvents type, HtmlEventHandler listener, bool capture)
 {
 }
 public void RemoveEventListener(XmlStylesheetProcessingInstructionEvents type, HtmlEventHandlerWithTarget<XmlStylesheetProcessingInstruction> listener)
 {
 }
 public void AddEventListener(XmlStylesheetProcessingInstructionEvents type, IEventListener listener, bool capture)
 {
 }
 public void RemoveEventListener(XmlStylesheetProcessingInstructionEvents type, Action listener)
 {
 }
 public void AddEventListener(XmlStylesheetProcessingInstructionEvents type, HtmlEventHandler listener)
 {
 }
 public void AddEventListener(XmlStylesheetProcessingInstructionEvents type, HtmlEventHandlerWithTarget<XmlStylesheetProcessingInstruction> listener, bool capture)
 {
 }
Example #7
0
 public void RemoveEventListener(XmlStylesheetProcessingInstructionEvents type, HtmlEventHandlerWithTarget <XmlStylesheetProcessingInstruction> listener, bool capture)
 {
 }
Example #8
0
 public void RemoveEventListener(XmlStylesheetProcessingInstructionEvents type, IEventListener listener, bool capture)
 {
 }
Example #9
0
 public void RemoveEventListener(XmlStylesheetProcessingInstructionEvents type, HtmlEventHandler listener)
 {
 }
Example #10
0
 public void RemoveEventListener(XmlStylesheetProcessingInstructionEvents type, Action listener)
 {
 }
Example #11
0
 public void AddEventListener(XmlStylesheetProcessingInstructionEvents type, IEventListener listener)
 {
 }
Example #12
0
 public void AddEventListener(XmlStylesheetProcessingInstructionEvents type, HtmlEventHandlerWithTarget <XmlStylesheetProcessingInstruction> listener)
 {
 }
Example #13
0
 public void AddEventListener(XmlStylesheetProcessingInstructionEvents type, HtmlEventHandler listener, bool capture)
 {
 }