StateChanged Event

Raised when the state of the conversation changes.

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

Syntax

'Declaration
Public Event StateChanged As EventHandler(Of StateChangedEventArgs(Of ConversationState))
'Usage
Dim instance As Conversation
Dim handler As EventHandler(Of StateChangedEventArgs(Of ConversationState))

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

See Also

Reference

Conversation Class

Conversation Members

Microsoft.Rtc.Collaboration Namespace