Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

PromptEventArgs Class

Represents the base class for EventArgs classes in the Microsoft.Speech.Synthesis namespace.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.AsyncCompletedEventArgs
      Microsoft.Speech.Synthesis.PromptEventArgs
        Microsoft.Speech.Synthesis.BookmarkReachedEventArgs
        Microsoft.Speech.Synthesis.ProprietaryEngineEventArgs
        Microsoft.Speech.Synthesis.SpeakCompletedEventArgs
        Microsoft.Speech.Synthesis.SpeakProgressEventArgs
        Microsoft.Speech.Synthesis.SpeakStartedEventArgs
        Microsoft.Speech.Synthesis.VoiceChangeEventArgs

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

Syntax

'Declaration
Public MustInherit Class PromptEventArgs _
    Inherits AsyncCompletedEventArgs
'Usage
Dim instance As PromptEventArgs
public abstract class PromptEventArgs : AsyncCompletedEventArgs

Thread Safety

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

See Also

Reference

PromptEventArgs Members

Microsoft.Speech.Synthesis Namespace