StateChangedEventArgs.PreviousState Propriedade

Definição

Percebe o estado do SpeechSynthesizer antes do StateChanged evento.

public:
 property System::Speech::Synthesis::SynthesizerState PreviousState { System::Speech::Synthesis::SynthesizerState get(); };
public System.Speech.Synthesis.SynthesizerState PreviousState { get; }
member this.PreviousState : System.Speech.Synthesis.SynthesizerState
Public ReadOnly Property PreviousState As SynthesizerState

Valor de Propriedade

Devolve o estado do sintetizador antes de o estado ter mudado.

Observações

A PreviousState propriedade representa o estado do sintetizador com um membro da SynthesizerState enumeração.

Aplica-se a