Represents the information associated with the status of a transfer accepted by the remote endpoint.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
TransferStateChangedEventArgs _
	
Inherits 

StateChangedEventArgs(
Of 
ReferState)
C#
public 
class 
TransferStateChangedEventArgs : 

StateChangedEventArgs<

ReferState>
Visual C++
public 
ref class 
TransferStateChangedEventArgs : 
public 

StateChangedEventArgs<

ReferState>
JavaScript

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

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.TransferStateChangedEventArgs',
	

Microsoft.Rtc.Signaling.StateChangedEventArgs`1);

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Signaling . . :: . StateChangedEventArgs < (Of < ( ReferState > ) > )
       Microsoft.Rtc.Collaboration . . :: . TransferStateChangedEventArgs

See Also