DigitDetected Event

DigitDetected is raised when a DTMF digit is detected.

Namespace:  Microsoft.Rtc.Workflow.Common
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public Event DigitDetected As EventHandler(Of EventArgs)
public event EventHandler<EventArgs> DigitDetected
public:
 event EventHandler<EventArgs^>^ DigitDetected {
    void add (EventHandler<EventArgs^>^ value);
    void remove (EventHandler<EventArgs^>^ value);
}
function add_digitDetected(value);
function remove_digitDetected(value);

See Also

CallProvider Class

Microsoft.Rtc.Workflow.Common Namespace