Conversation.ContextDataSent event

Raised to notify of the 3rd party applications of outgoing info.

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

Syntax

'Declaration
Public Event ContextDataSent As EventHandler(Of ContextEventArgs)
'Usage
Dim instance As Conversation
Dim handler As EventHandler(Of ContextEventArgs)

AddHandler instance.ContextDataSent, handler
public event EventHandler<ContextEventArgs> ContextDataSent

See also

Reference

Conversation class

Conversation members

Microsoft.Lync.Model.Conversation namespace