DtmfRecognized Event

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Raised when DTMF input has been detected and recognized.

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

Syntax

Visual Basic (Declaration)
Public Event DtmfRecognized As EventHandler(Of DtmfRecognizedEventArgs)
Visual Basic (Usage)
Dim instance As DtmfRecognitionEngine
Dim handler As EventHandler(Of DtmfRecognizedEventArgs)

AddHandler instance.DtmfRecognized, handler
C#
public event EventHandler<DtmfRecognizedEventArgs> DtmfRecognized

See Also