BackToBackCall.StateChanged Event
Raised when the state of the BackToBackCall changes.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event StateChanged As EventHandler(Of BackToBackCallStateChangedEventArgs)
'Usage
Dim instance As BackToBackCall
Dim handler As EventHandler(Of BackToBackCallStateChangedEventArgs)
AddHandler instance.StateChanged, handler
public event EventHandler<BackToBackCallStateChangedEventArgs> StateChanged