Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when the call is forwarded.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event Forwarded As EventHandler(Of CallForwardReceivedEventArgs)
'Usage
Dim instance As AudioVideoCall
Dim handler As EventHandler(Of CallForwardReceivedEventArgs)
AddHandler instance.Forwarded, handler
public event EventHandler<CallForwardReceivedEventArgs> Forwarded