public void RemoveEventListener(ParagraphElementEvents type, HtmlEventHandlerWithTarget<ParagraphElement> listener, bool capture)
 {
 }
 public void RemoveEventListener(ParagraphElementEvents type, IEventListener listener)
 {
 }
 public void RemoveEventListener(ParagraphElementEvents type, Action listener, bool capture)
 {
 }
 public void RemoveEventListener(ParagraphElementEvents type, HtmlEventHandler listener)
 {
 }
 public void AddEventListener(ParagraphElementEvents type, HtmlEventHandlerWithTarget<ParagraphElement> listener)
 {
 }
 public void AddEventListener(ParagraphElementEvents type, IEventListener listener, bool capture)
 {
 }
Beispiel #7
0
 public void AddEventListener(ParagraphElementEvents type, Action listener)
 {
 }
 public void AddEventListener(ParagraphElementEvents type, Action listener)
 {
 }
Beispiel #9
0
 public void RemoveEventListener(ParagraphElementEvents type, IEventListener listener)
 {
 }
Beispiel #10
0
 public void RemoveEventListener(ParagraphElementEvents type, IEventListener listener, bool capture)
 {
 }
Beispiel #11
0
 public void RemoveEventListener(ParagraphElementEvents type, HtmlEventHandlerWithTarget <ParagraphElement> listener, bool capture)
 {
 }
Beispiel #12
0
 public void RemoveEventListener(ParagraphElementEvents type, HtmlEventHandler listener)
 {
 }
Beispiel #13
0
 public void AddEventListener(ParagraphElementEvents type, HtmlEventHandlerWithTarget <ParagraphElement> listener)
 {
 }
Beispiel #14
0
 public void AddEventListener(ParagraphElementEvents type, HtmlEventHandler listener, bool capture)
 {
 }
Beispiel #15
0
 public void AddEventListener(ParagraphElementEvents type, Action listener, bool capture)
 {
 }