StateChangedEventArgs.PreviousState Propiedad

Definición

Obtiene el estado de SpeechSynthesizer antes del 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 de propiedad

Devuelve el estado del sintetizador antes del cambio del estado.

Comentarios

La PreviousState propiedad representa el estado del sintetizador con un miembro de la SynthesizerState enumeración.

Se aplica a