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)
 {
 }
Esempio n. 7
0
 public void RemoveEventListener(XmlStylesheetProcessingInstructionEvents type, HtmlEventHandlerWithTarget <XmlStylesheetProcessingInstruction> listener, bool capture)
 {
 }
Esempio n. 8
0
 public void RemoveEventListener(XmlStylesheetProcessingInstructionEvents type, IEventListener listener, bool capture)
 {
 }
Esempio n. 9
0
 public void RemoveEventListener(XmlStylesheetProcessingInstructionEvents type, HtmlEventHandler listener)
 {
 }
Esempio n. 10
0
 public void RemoveEventListener(XmlStylesheetProcessingInstructionEvents type, Action listener)
 {
 }
Esempio n. 11
0
 public void AddEventListener(XmlStylesheetProcessingInstructionEvents type, IEventListener listener)
 {
 }
Esempio n. 12
0
 public void AddEventListener(XmlStylesheetProcessingInstructionEvents type, HtmlEventHandlerWithTarget <XmlStylesheetProcessingInstruction> listener)
 {
 }
Esempio n. 13
0
 public void AddEventListener(XmlStylesheetProcessingInstructionEvents type, HtmlEventHandler listener, bool capture)
 {
 }