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