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