AudioVideoCall.TransferReceived Event
Raised when the current call is transferred.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event TransferReceived As EventHandler(Of AudioVideoCallTransferReceivedEventArgs)
'Usage
Dim instance As AudioVideoCall
Dim handler As EventHandler(Of AudioVideoCallTransferReceivedEventArgs)
AddHandler instance.TransferReceived, handler
public event EventHandler<AudioVideoCallTransferReceivedEventArgs> TransferReceived