Share via


Conversation.ContextDataSent Event

Occurs when an application running on the same client sends context data.

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