public void RemoveEventListener(OptGroupElementEvents type, HtmlEventHandlerWithTarget <OptGroupElement> listener, bool capture) { }
public void AddEventListener(OptGroupElementEvents type, Action listener) { }
public void AddEventListener(OptGroupElementEvents type, IEventListener listener) { }
public void RemoveEventListener(OptGroupElementEvents type, HtmlEventHandler listener) { }
public void AddEventListener(OptGroupElementEvents type, HtmlEventHandler listener, bool capture) { }
public void AddEventListener(OptGroupElementEvents type, HtmlEventHandlerWithTarget <OptGroupElement> listener) { }
public void RemoveEventListener(OptGroupElementEvents type, HtmlEventHandlerWithTarget<OptGroupElement> listener) { }
public void AddEventListener(OptGroupElementEvents type, HtmlEventHandlerWithTarget<OptGroupElement> listener, bool capture) { }
public void RemoveEventListener(OptGroupElementEvents type, Action listener, bool capture) { }
public void RemoveEventListener(OptGroupElementEvents type, HtmlEventHandler listener, bool capture) { }
public void RemoveEventListener(OptGroupElementEvents type, Action listener) { }
public void AddEventListener(OptGroupElementEvents type, IEventListener listener, bool capture) { }
public void RemoveEventListener(OptGroupElementEvents type, IEventListener listener) { }
public void AddEventListener(OptGroupElementEvents type, Action listener, bool capture) { }
public void RemoveEventListener(OptGroupElementEvents type, IEventListener listener, bool capture) { }
public void AddEventListener(OptGroupElementEvents type, HtmlEventHandler listener) { }