Represents the event argument for handling transfer received event.

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

Syntax

Visual Basic (Declaration)
Public 
Class 

AudioVideoCallTransferReceivedEventArgs _
	
Inherits 

CallTransferReceivedEventArgs
C#
public 
class 

AudioVideoCallTransferReceivedEventArgs : 

CallTransferReceivedEventArgs
Visual C++
public 
ref class 

AudioVideoCallTransferReceivedEventArgs : 
public 

CallTransferReceivedEventArgs
JavaScript

Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoCallTransferReceivedEventArgs
= 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoCallTransferReceivedEventArgs',
	

Microsoft.Rtc.Collaboration.CallTransferReceivedEventArgs);

Remarks

This event is raised only when the transfer operation is for creating an outgoing Call; the event is raised when the Method parameter in the "Refer" message received indicates "Invite" or the Method parameter is missing.

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Collaboration . . :: . CallTransferReceivedEventArgs
       Microsoft.Rtc.Collaboration.AudioVideo . . :: . AudioVideoCallTransferReceivedEventArgs

See Also