1 reference to SpeakCompletedEventArgs
System.Speech (1)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (1)
814
public event System.EventHandler<System.Speech.Synthesis.
SpeakCompletedEventArgs
> SpeakCompleted { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }