C# Class System.Html.Speech.SpeechSynthesisEvent

Inheritance: Event
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
SpeechSynthesisEvent System.Runtime.CompilerServices

Public Methods

Method Description
SpeechSynthesisEvent ( string type ) : System.Runtime.CompilerServices
SpeechSynthesisEvent ( string type, SpeechSynthesisEventInit eventInitDict ) : System.Runtime.CompilerServices

Private Methods

Method Description
SpeechSynthesisEvent ( ) : System.Runtime.CompilerServices

Method Details

SpeechSynthesisEvent() public method

public SpeechSynthesisEvent ( string type ) : System.Runtime.CompilerServices
type string
return System.Runtime.CompilerServices

SpeechSynthesisEvent() public method

public SpeechSynthesisEvent ( string type, SpeechSynthesisEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict SpeechSynthesisEventInit
return System.Runtime.CompilerServices