SpeechSynthesizer.StateChanged Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déclenché lorsque l'état de l'objet SpeechSynthesizer change.
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)
Type d'événement
Remarques
Le SpeechSynthesizer déclenche cet événement lorsque sa parole State change. Pour obtenir un exemple et plus d’informations sur les données associées à l’événement, consultez StateChangedEventArgs.
Pour suspendre et reprendre la synthèse vocale, utilisez les Pause méthodes et Resume .