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