SpeakCompletedEventArgs Class

Returns notification from the SpeechSynthesizer.SpeakCompleted event.

Namespace: Microsoft.Speech.Synthesis
Assembly: Microsoft.Speech (in microsoft.speech.dll)

Syntax

'Declaration
Public Class SpeakCompletedEventArgs
    Inherits PromptEventArgs
public class SpeakCompletedEventArgs : PromptEventArgs
public ref class SpeakCompletedEventArgs : public PromptEventArgs
public class SpeakCompletedEventArgs extends PromptEventArgs
public class SpeakCompletedEventArgs extends PromptEventArgs

Remarks

The SpeakCompletedEventArgs has no properties, and does not return data from the SpeakCompleted event. It is provided to enable application authors to write event handlers for the SpeakCompleted event.

Inheritance Hierarchy

System.Object
   System.EventArgs
     System.ComponentModel.AsyncCompletedEventArgs
       Microsoft.Speech.Synthesis.PromptEventArgs
        Microsoft.Speech.Synthesis.SpeakCompletedEventArgs

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

SpeakCompletedEventArgs Members
Microsoft.Speech.Synthesis Namespace