TransferStateChanged Event

Raised when the state of the transfer changes as notified by the remote participant.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Event TransferStateChanged As EventHandler(Of TransferStateChangedEventArgs)
'Usage
Dim instance As AudioVideoCall
Dim handler As EventHandler(Of TransferStateChangedEventArgs)

AddHandler instance.TransferStateChanged, handler
public event EventHandler<TransferStateChangedEventArgs> TransferStateChanged

Remarks

This event is raised when there is an outstanding "Transfer" operation initiated by the application.

See Also

Reference

AudioVideoCall Class

AudioVideoCall Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace