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