SpeechSynthesizer.StateChanged Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Generato alla modifica dello stato di SpeechSynthesizer.
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 evento
Commenti
Genera SpeechSynthesizer questo evento quando cambia il parlato State . Per un esempio e altre informazioni sui dati associati all'evento, vedere StateChangedEventArgs.
Per sospendere e riprendere la sintesi vocale, usare i Pause metodi e Resume .