ProprietaryEngineEventArgs Class

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Returns data from an event raised by a proprietary speech synthesis engine.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..AsyncCompletedEventArgs
      Microsoft.Speech.Synthesis..::..PromptEventArgs
        Microsoft.Speech.Synthesis..::..ProprietaryEngineEventArgs

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

Syntax

Visual Basic (Declaration)
Public Class ProprietaryEngineEventArgs _
	Inherits PromptEventArgs
Visual Basic (Usage)
Dim instance As ProprietaryEngineEventArgs
C#
public class ProprietaryEngineEventArgs : PromptEventArgs

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