Represents information associated with the reception of a transfer.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
CallTransferReceivedEventArgs _
	
Inherits 
EventArgs
C#
public 
class 
CallTransferReceivedEventArgs : 
EventArgs
Visual C++
public 
ref class 
CallTransferReceivedEventArgs : 
public 
EventArgs
JavaScript

Microsoft.Rtc.Collaboration.CallTransferReceivedEventArgs = 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.CallTransferReceivedEventArgs',
	
EventArgs);

Inheritance Hierarchy

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

See Also