Occurs when the connection state of this endpoint changes.

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

Syntax

Visual Basic (Declaration)
Public Event 
ConnectionStateChanged 
As 
EventHandler(
Of 

GroupChatEndpointStateChangedEventArgs)
Visual Basic (Usage)
Dim 
instance 
As 

GroupChatEndpoint
Dim 
handler 
As 
EventHandler(
Of 

GroupChatEndpointStateChangedEventArgs)

AddHandler instance.
ConnectionStateChanged, 
handler
C#
public event 
EventHandler<

GroupChatEndpointStateChangedEventArgs> 
ConnectionStateChanged

See Also