SpeechSynthesizer.StateChanged 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
變更 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 。
若要暫停和繼續語音合成,請使用 Pause 和 Resume 方法。