Represents the event argument for Refer state changed event.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
ReferStateChangedEventArgs _
	
Inherits 

StateChangedEventArgs(
Of 
ReferState)
C#
public 
class 
ReferStateChangedEventArgs : 

StateChangedEventArgs<

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

StateChangedEventArgs<

ReferState>
JavaScript

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

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

Microsoft.Rtc.Signaling.StateChangedEventArgs`1);

Inheritance Hierarchy

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

See Also