SpeechSynthesizer.SpeakCompleted 이벤트

정의

SpeechSynthesizer가 프롬프트에 대해 말하기를 완료할 때 발생했습니다.

public:
 event EventHandler<System::Speech::Synthesis::SpeakCompletedEventArgs ^> ^ SpeakCompleted;
public event EventHandler<System.Speech.Synthesis.SpeakCompletedEventArgs> SpeakCompleted;
member this.SpeakCompleted : EventHandler<System.Speech.Synthesis.SpeakCompletedEventArgs> 
Public Custom Event SpeakCompleted As EventHandler(Of SpeakCompletedEventArgs) 

이벤트 유형

설명

SpeechSynthesizer 또는 SpeakSsmlAsync 메서드가 완료 SpeakAsync 될 때 이벤트를 발생 SpeakCompleted 합니다.

합니다 SpeakCompletedEventArgs 클래스에 속성이 없으며 데이터를 반환 하지 않습니다는 SpeakCompleted 이벤트입니다. 에 대 한 이벤트 처리기를 작성 하는 애플리케이션 작성자가 사용할 수 있도록 제공 되는 SpeakCompleted 이벤트입니다.

적용 대상

추가 정보