SpeechSynthesizer::SpeakProgress Event

 

Raised after the SpeechSynthesizer speaks each individual word of a prompt.

Namespace:   System.Speech.Synthesis
Assembly:  System.Speech (in System.Speech.dll)

public:
event EventHandler<SpeakProgressEventArgs^>^ SpeakProgress {
	void add(EventHandler<SpeakProgressEventArgs^>^ value);
	void remove(EventHandler<SpeakProgressEventArgs^>^ value);
}

The SpeechSynthesizer raises this event for each new word that it speaks in a prompt using any of the Speak, SpeakAsync, SpeakSsml, or SpeakSsmlAsync methods. For an example and more information about data associated with the event, see SpeakProgressEventArgs.

.NET Framework
Available since 3.0
Return to top
Show: