System.Html.Speech.SpeechSynthesisUtterance.AddEventListener C# (CSharp) Méthode

AddEventListener() public méthode

public AddEventListener ( SpeechSynthesisUtteranceEvents type, Action listener ) : void
type SpeechSynthesisUtteranceEvents
listener Action
Résultat void
        public void AddEventListener(SpeechSynthesisUtteranceEvents type, Action listener)
        {
        }

Same methods

SpeechSynthesisUtterance::AddEventListener ( SpeechSynthesisUtteranceEvents type, Action listener, bool capture ) : void
SpeechSynthesisUtterance::AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener ) : void
SpeechSynthesisUtterance::AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandler listener, bool capture ) : void
SpeechSynthesisUtterance::AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener ) : void
SpeechSynthesisUtterance::AddEventListener ( SpeechSynthesisUtteranceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
SpeechSynthesisUtterance::AddEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener ) : void
SpeechSynthesisUtterance::AddEventListener ( SpeechSynthesisUtteranceEvents type, IEventListener listener, bool capture ) : void
SpeechSynthesisUtterance::AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
SpeechSynthesisUtterance::AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void