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 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.