Conversation.ContextDataReceived event
Raised to notify of the 3rd party applications of incoming info.
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