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