Raised when the state of the call changes.

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

Syntax

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

CallStateChangedEventArgs)
C#
public event 
EventHandler<

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

CallStateChangedEventArgs^>^ 
StateChanged {
	
void 
add (
EventHandler<

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

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

Remarks

Raising of this event is serialized with other events of the Conversation."

See Also