Raised when the state of MediaFlow has changed.

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

Syntax

Visual Basic (Declaration)
Public Event 
StateChanged 
As 
EventHandler(
Of 

MediaFlowStateChangedEventArgs)
C#
public event 
EventHandler<

MediaFlowStateChangedEventArgs> 
StateChanged
Visual C++
public:
 
event 
EventHandler<

MediaFlowStateChangedEventArgs^>^ 
StateChanged {
	
void 
add (
EventHandler<

MediaFlowStateChangedEventArgs^>^ 
value);
	
void 
remove (
EventHandler<

MediaFlowStateChangedEventArgs^>^ 
value);
}
JavaScript
function add_
stateChanged(
value);
function remove_
stateChanged(
value);

See Also