Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
DtmfRecognitionEngine.LoadGrammarCompleted Event
Raised on completion of the asynchronous load of a Grammar object.
Namespace: Microsoft.Speech.Recognition
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public Event LoadGrammarCompleted As EventHandler(Of LoadGrammarCompletedEventArgs)
'Usage
Dim instance As DtmfRecognitionEngine
Dim handler As EventHandler(Of LoadGrammarCompletedEventArgs)
AddHandler instance.LoadGrammarCompleted, handler
public event EventHandler<LoadGrammarCompletedEventArgs> LoadGrammarCompleted