Conversation.ConversationContextLinkClicked event

Raised 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