StateChangedEventArgs.PreviousState Propriedade

Definição

Obtém o estado do SpeechSynthesizer antes do evento StateChanged.

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 da propriedade

Retorna o estado do sintetizador antes que o estado seja alterado.

Comentários

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

Aplica-se a