public void AddEventListener(OscillatorNodeEvents type, IEventListener listener, bool capture)
 {
 }
 public void AddEventListener(OscillatorNodeEvents type, HtmlEventHandlerWithTarget<OscillatorNode> listener, bool capture)
 {
 }
 public void AddEventListener(OscillatorNodeEvents type, IEventListener listener)
 {
 }
 public void AddEventListener(OscillatorNodeEvents type, Action listener)
 {
 }
 public void AddEventListener(OscillatorNodeEvents type, HtmlEventHandler listener)
 {
 }
 public void RemoveEventListener(OscillatorNodeEvents type, HtmlEventHandler listener, bool capture)
 {
 }
 public void RemoveEventListener(OscillatorNodeEvents type, HtmlEventHandlerWithTarget<OscillatorNode> listener)
 {
 }
示例#8
0
 public void RemoveEventListener(OscillatorNodeEvents type, HtmlEventHandlerWithTarget <OscillatorNode> listener)
 {
 }
 public void RemoveEventListener(OscillatorNodeEvents type, Action listener, bool capture)
 {
 }
示例#10
0
 public void AddEventListener(OscillatorNodeEvents type, Action listener)
 {
 }
示例#11
0
 public void RemoveEventListener(OscillatorNodeEvents type, HtmlEventHandler listener, bool capture)
 {
 }
示例#12
0
 public void RemoveEventListener(OscillatorNodeEvents type, Action listener, bool capture)
 {
 }
示例#13
0
 public void AddEventListener(OscillatorNodeEvents type, IEventListener listener, bool capture)
 {
 }
示例#14
0
 public void AddEventListener(OscillatorNodeEvents type, IEventListener listener)
 {
 }
示例#15
0
 public void AddEventListener(OscillatorNodeEvents type, HtmlEventHandlerWithTarget <OscillatorNode> listener, bool capture)
 {
 }
示例#16
0
 public void AddEventListener(OscillatorNodeEvents type, HtmlEventHandler listener)
 {
 }