SpeechSynthesizer.StateChanged Evento

Definición

Se genera cuando cambia el estado de los SpeechSynthesizer cambios.

public:
 event EventHandler<System::Speech::Synthesis::StateChangedEventArgs ^> ^ StateChanged;
public event EventHandler<System.Speech.Synthesis.StateChangedEventArgs>? StateChanged;
public event EventHandler<System.Speech.Synthesis.StateChangedEventArgs> StateChanged;
member this.StateChanged : EventHandler<System.Speech.Synthesis.StateChangedEventArgs> 
Public Custom Event StateChanged As EventHandler(Of StateChangedEventArgs) 

Tipo de evento

Comentarios

SpeechSynthesizer genera este evento cuando cambia su hablaState. Para obtener un ejemplo y más información sobre los datos asociados al evento, vea StateChangedEventArgs.

Para pausar y reanudar la síntesis de voz, use los Pause métodos y Resume .

Se aplica a