ToneReceived Event
Event is raised every time ToneController receives a tone.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event ToneReceived As EventHandler(Of ToneControllerEventArgs)
'Usage
Dim instance As ToneController
Dim handler As EventHandler(Of ToneControllerEventArgs)
AddHandler instance.ToneReceived, handler
public event EventHandler<ToneControllerEventArgs> ToneReceived