DtmfRecognizedEventArgs Class

Returns data from the DtmfRecognized event.

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

Syntax

'Declaration
Public Class DtmfRecognizedEventArgs
    Inherits RecognitionEventArgs
public class DtmfRecognizedEventArgs : RecognitionEventArgs
public ref class DtmfRecognizedEventArgs : public RecognitionEventArgs
public class DtmfRecognizedEventArgs extends RecognitionEventArgs
public class DtmfRecognizedEventArgs extends RecognitionEventArgs

Remarks

An instance of DtmfRecognizedEventArgs is created when the DtmfRecognitionEngine.DtmfRecognized event is raised.

DtmfRecognizedEventArgs is derived from RecognitionEventArgs.

Inheritance Hierarchy

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

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

DtmfRecognizedEventArgs Members
Microsoft.Speech.Recognition Namespace