Copy constructor for dervie class to initialize base class properties.

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

Syntax

Visual Basic (Declaration)
Protected 
Sub 
New ( _
	
e 
As 

CallTransferReceivedEventArgs _
)
C#
protected 
CallTransferReceivedEventArgs(
	

CallTransferReceivedEventArgs 
e
)
Visual C++
protected:
CallTransferReceivedEventArgs(
	

CallTransferReceivedEventArgs^ 
e
)
JavaScript

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

See Also