SpeechSynthesizer.StateChanged イベント

定義

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) 

イベントの種類

注釈

SpeechSynthesizer 、話し声が変わると、このイベントを State 発生させます。 イベントに関連付けられているデータの例と詳細については、「」を参照してください StateChangedEventArgs

音声合成を一時停止して再開するには、 メソッドと Resume メソッドをPause使用します。

適用対象