Conversation.ContextDataReceived Event
Occurs when an application running on the remote client sends context data.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Event ContextDataReceived As EventHandler(Of ContextEventArgs)
'Usage
Dim instance As Conversation
Dim handler As EventHandler(Of ContextEventArgs)
AddHandler instance.ContextDataReceived, handler
public event EventHandler<ContextEventArgs> ContextDataReceived