2 references to RecognizerUpdateReachedEventArgs
System.Speech (2)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (2)
358public event System.EventHandler<System.Speech.Recognition.RecognizerUpdateReachedEventArgs> RecognizerUpdateReached { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 421public event System.EventHandler<System.Speech.Recognition.RecognizerUpdateReachedEventArgs> RecognizerUpdateReached { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }