Indicates changes in EndpointState.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
EndpointStateChangedEventArgs _
	
Inherits 

StateChangedEventArgs(
Of 

EndpointState)
C#
public 
class 
EndpointStateChangedEventArgs : 

StateChangedEventArgs<

EndpointState>
Visual C++
public 
ref class 
EndpointStateChangedEventArgs : 
public 

StateChangedEventArgs<

EndpointState>
JavaScript

Microsoft.Rtc.Signaling.EndpointStateChangedEventArgs = 
function();

Type.createClass(
		'Microsoft.Rtc.Signaling.EndpointStateChangedEventArgs',
	

Microsoft.Rtc.Signaling.StateChangedEventArgs`1);

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Signaling . . :: . StateChangedEventArgs < (Of < ( EndpointState > ) > )
       Microsoft.Rtc.Signaling . . :: . EndpointStateChangedEventArgs

See Also