System.Html.Media.Audio.AudioDestinationNode.AddEventListener C# (CSharp) Method

AddEventListener() public method

public AddEventListener ( AudioDestinationNodeEvents type, Action listener ) : void
type AudioDestinationNodeEvents
listener Action
return void
        public void AddEventListener(AudioDestinationNodeEvents type, Action listener)
        {
        }

Same methods

AudioDestinationNode::AddEventListener ( AudioDestinationNodeEvents type, Action listener, bool capture ) : void
AudioDestinationNode::AddEventListener ( AudioDestinationNodeEvents type, HtmlEventHandler listener ) : void
AudioDestinationNode::AddEventListener ( AudioDestinationNodeEvents type, HtmlEventHandler listener, bool capture ) : void
AudioDestinationNode::AddEventListener ( AudioDestinationNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
AudioDestinationNode::AddEventListener ( AudioDestinationNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AudioDestinationNode::AddEventListener ( AudioDestinationNodeEvents type, IEventListener listener ) : void
AudioDestinationNode::AddEventListener ( AudioDestinationNodeEvents type, IEventListener listener, bool capture ) : void
AudioDestinationNode::AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AudioDestinationNode::AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void