Edit

Share via


AudioVideoCall.HandleTransferNotificationReceived Method

Definition

A method that must be implemented by the derived class to handle the notifications received for a transfer operations sent.

protected:
 override void HandleTransferNotificationReceived(Microsoft::Rtc::Collaboration::TransferStateChangedEventArgs ^ e);
protected override void HandleTransferNotificationReceived (Microsoft.Rtc.Collaboration.TransferStateChangedEventArgs e);
override this.HandleTransferNotificationReceived : Microsoft.Rtc.Collaboration.TransferStateChangedEventArgs -> unit
Protected Overrides Sub HandleTransferNotificationReceived (e As TransferStateChangedEventArgs)

Parameters

Applies to