Represents the information associated with a Call state transition.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
CallStateChangedEventArgs _
	
Inherits 

StateChangedEventArgs(
Of 

CallState)
C#
public 
class 
CallStateChangedEventArgs : 

StateChangedEventArgs<

CallState>
Visual C++
public 
ref class 
CallStateChangedEventArgs : 
public 

StateChangedEventArgs<

CallState>
JavaScript

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

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

Microsoft.Rtc.Signaling.StateChangedEventArgs`1);

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Signaling . . :: . StateChangedEventArgs < (Of < ( CallState > ) > )
       Microsoft.Rtc.Collaboration . . :: . CallStateChangedEventArgs

See Also