AudioVideoCall.TransferStateChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when the state of the transfer changes as notified by the remote participant.
public:
event EventHandler<Microsoft::Rtc::Collaboration::TransferStateChangedEventArgs ^> ^ TransferStateChanged;
public event EventHandler<Microsoft.Rtc.Collaboration.TransferStateChangedEventArgs> TransferStateChanged;
member this.TransferStateChanged : EventHandler<Microsoft.Rtc.Collaboration.TransferStateChangedEventArgs>
Public Custom Event TransferStateChanged As EventHandler(Of TransferStateChangedEventArgs)
Event Type
Remarks
This event is raised when there is an outstanding "Transfer" operation initiated by the application.