SpeechSynthesizer.StateChanged Evento
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Levantado quando o estado das SpeechSynthesizer alterações é relevante.
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
Observações
O SpeechSynthesizer evento é elevado quando a sua disposição State muda. Para um exemplo e mais informações sobre dados associados ao evento, veja StateChangedEventArgs.
Para pausar e retomar a síntese de voz, utilize os Pause métodos and Resume .