Represents information received when a player's state changes.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
PlayerStateChangedEventArgs _
	
Inherits 

StateChangedEventArgs(
Of 

PlayerState)
C#
public 
class 
PlayerStateChangedEventArgs : 

StateChangedEventArgs<

PlayerState>
Visual C++
public 
ref class 
PlayerStateChangedEventArgs : 
public 

StateChangedEventArgs<

PlayerState>
JavaScript

Microsoft.Rtc.Collaboration.AudioVideo.PlayerStateChangedEventArgs
= 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.AudioVideo.PlayerStateChangedEventArgs',
	

Microsoft.Rtc.Signaling.StateChangedEventArgs`1);

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Signaling . . :: . StateChangedEventArgs < (Of < ( PlayerState > ) > )
       Microsoft.Rtc.Collaboration.AudioVideo . . :: . PlayerStateChangedEventArgs

See Also