StateChanged Event

Raised when the state of the call changes.

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

Syntax

'Declaration
Public Event StateChanged As EventHandler(Of CallStateChangedEventArgs)
'Usage
Dim instance As Call
Dim handler As EventHandler(Of CallStateChangedEventArgs)

AddHandler instance.StateChanged, handler
public event EventHandler<CallStateChangedEventArgs> StateChanged

See Also

Reference

Call Class

Call Members

Microsoft.Rtc.Collaboration Namespace