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