DtmfRecognitionRejectedEventArgs Class

Returns data from the DtmfRecognitionRejected event.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class DtmfRecognitionRejectedEventArgs
    Inherits RecognitionEventArgs
[SerializableAttribute] 
public class DtmfRecognitionRejectedEventArgs : RecognitionEventArgs
[SerializableAttribute] 
public ref class DtmfRecognitionRejectedEventArgs : public RecognitionEventArgs
/** @attribute SerializableAttribute() */ 
public class DtmfRecognitionRejectedEventArgs extends RecognitionEventArgs
SerializableAttribute 
public class DtmfRecognitionRejectedEventArgs extends RecognitionEventArgs

Remarks

An instance of DtmfRecognitionRejectedEventArgs is created when the DtmfRecognitionEngine.DtmfRecognitionRejected event is raised.

DtmfRecognitionRejectedEventArgs is derived from RecognitionEventArgs.

Inheritance Hierarchy

System.Object
   System.EventArgs
     Microsoft.Speech.Recognition.RecognitionEventArgs
      Microsoft.Speech.Recognition.DtmfRecognitionRejectedEventArgs

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

DtmfRecognitionRejectedEventArgs Members
Microsoft.Speech.Recognition Namespace