Forwarded Event

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

See Also

Reference

AudioVideoCall Class

AudioVideoCall Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace