EventArgs for MediaFlow.StateChanged event.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
MediaFlowStateChangedEventArgs _
	
Inherits 

StateChangedEventArgs(
Of 

MediaFlowState)
C#
public 
class 
MediaFlowStateChangedEventArgs : 

StateChangedEventArgs<

MediaFlowState>
Visual C++
public 
ref class 
MediaFlowStateChangedEventArgs : 
public 

StateChangedEventArgs<

MediaFlowState>
JavaScript

Microsoft.Rtc.Collaboration.MediaFlowStateChangedEventArgs =

function();

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

Microsoft.Rtc.Signaling.StateChangedEventArgs`1);

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Signaling . . :: . StateChangedEventArgs < (Of < ( MediaFlowState > ) > )
       Microsoft.Rtc.Collaboration . . :: . MediaFlowStateChangedEventArgs

See Also