Conversation.StateChanged Event

Occurs when the conversation state changes.

Namespace:  Microsoft.Lync.Model.Conversation
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

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

AddHandler instance.StateChanged, handler
public event EventHandler<ConversationStateChangedEventArgs> StateChanged

See Also

Reference

Conversation Class

Conversation Members

Microsoft.Lync.Model.Conversation Namespace