StateChangedEventArgs Members

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Returns data from the StateChanged event.

The StateChangedEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyPreviousStateGets the state of the SpeechSynthesizer before the StateChanged event.
Public propertyStateGets the state of the SpeechSynthesizer after the StateChanged event.
Top

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

See Also