PromptEventArgs Class

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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

Inheritance Hierarchy

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

Syntax

Visual Basic (Declaration)
Public MustInherit Class PromptEventArgs _
	Inherits AsyncCompletedEventArgs
Visual Basic (Usage)
Dim instance As PromptEventArgs
C#
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