Edit

Share via


AudioVideoCall.HandleTransferReceived(CallTransferReceivedEventArgs) Method

Definition

A method must be implemented by the derived class to handle the transfer received event. The subclass is responsible for either rejecting the event without exposing it to the application, or raising a strongly typed event.

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

Parameters

e
CallTransferReceivedEventArgs

The strongly typed event argument created for handling the "Transfer" operation. The derived class is expected to downcast the right generic type and expose the event.

Applies to