Share via


StateChanged Event

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

Syntax

'Declaration
Public Event StateChanged As EventHandler(Of StateChangedEventArgs(Of McuSessionState))
'Usage
Dim instance As McuSession
Dim handler As EventHandler(Of StateChangedEventArgs(Of McuSessionState))

AddHandler instance.StateChanged, handler
public event EventHandler<StateChangedEventArgs<McuSessionState>> StateChanged

See Also

Reference

McuSession Class

McuSession Members

Microsoft.Rtc.Collaboration Namespace