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