 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public event EventHandler<SpeechDetectionEventArgs> WordRecognized
Public Event WordRecognized As EventHandler(Of SpeechDetectionEventArgs)
public: event EventHandler<SpeechDetectionEventArgs^>^ WordRecognized { void add (EventHandler<SpeechDetectionEventArgs^>^ value); void remove (EventHandler<SpeechDetectionEventArgs^>^ value); }
 Value
 ValueAssembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290

