2 references to StateChangedEventArgs
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
996
_asyncWorker.PostOperation(_eventStateChanged, new
StateChangedEventArgs
(state, previousState));
1027
_asyncWorker.PostOperation(_eventStateChanged, new
StateChangedEventArgs
(_synthesizerState, previousState));