StateChanged Event

Property changed on a participant endpoint.

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

See Also

Reference

ConferenceSession Class

ConferenceSession Members

Microsoft.Rtc.Collaboration Namespace