SpeechSynthesizer.StateChanged Evento

Definição

Gerado quando o estado do SpeechSynthesizer é alterado.

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

EventHandler<StateChangedEventArgs>

Comentários

O SpeechSynthesizer gera esse evento quando seu discurso é State alterado. Para obter um exemplo e mais informações sobre os dados associados ao evento, consulte StateChangedEventArgs .

Para pausar e retomar a síntese de fala, use os Pause Resume métodos e.

Aplica-se a