StateChangedEventArgs Class

Returns data from the SpeechSynthesizer.StateChanged event.

Namespace: Microsoft.Speech.Synthesis
Assembly: Microsoft.Speech (in microsoft.speech.dll)

Syntax

'Declaration
Public Class StateChangedEventArgs
    Inherits EventArgs
public class StateChangedEventArgs : EventArgs
public ref class StateChangedEventArgs : public EventArgs
public class StateChangedEventArgs extends EventArgs
public class StateChangedEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.Speech.Synthesis.StateChangedEventArgs

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

StateChangedEventArgs Members
Microsoft.Speech.Synthesis Namespace