SpeechSynthesizer.SpeechStarted event

An event that fires when the synthesized voice begins output.

Syntax

public event TypedEventHandler<SpeechSynthesizer, SpeechStartedEventArgs> SpeechStarted
Public Event SpeechStarted As TypedEventHandler(Of SpeechSynthesizer, SpeechStartedEventArgs)
public:
event TypedEventHandler<SpeechSynthesizer, SpeechStartedEventArgs>^ SpeechStarted {
   Windows::Foundation::EventRegistrationToken add(TypedEventHandler<SpeechSynthesizer, SpeechStartedEventArgs>^ value);
   void remove(Windows::Foundation::EventRegistrationToken token);
}

Event information

Delegate TypedEventHandler<SpeechSynthesizer, SpeechStartedEventArgs>

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.Synthesis Windows::Phone::Speech::Synthesis [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone]

See also

SpeechSynthesizer