This event is for use by developers of custom speech synthesis engines.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Event ProprietaryEngineEvent As EventHandler(Of ProprietaryEngineEventArgs) |
Visual Basic (Usage) |
---|
Dim instance As SpeechSynthesizer Dim handler As EventHandler(Of ProprietaryEngineEventArgs) AddHandler instance.ProprietaryEngineEvent, handler |
C# |
---|
public event EventHandler<ProprietaryEngineEventArgs> ProprietaryEngineEvent |