CallProvider.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)
'Usage
Dim instance As CallProvider
Dim handler As EventHandler(Of EventArgs)
AddHandler instance.DigitDetected, handler
public event EventHandler<EventArgs> DigitDetected