Share via


Conversation.ConversationContextLinkClicked Event

Occurs when a contextual conversation launch link is clicked by the user.

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

Syntax

'Declaration
Public Event ConversationContextLinkClicked As EventHandler(Of InitialContextEventArgs)
'Usage
Dim instance As Conversation
Dim handler As EventHandler(Of InitialContextEventArgs)

AddHandler instance.ConversationContextLinkClicked, handler
public event EventHandler<InitialContextEventArgs> ConversationContextLinkClicked

See Also

Reference

Conversation Class

Conversation Members

Microsoft.Lync.Model.Conversation Namespace