Conversation.InitialContextSent event
Raised to notify of the 3rd party applications of outgoing calls .
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Event InitialContextSent As EventHandler(Of InitialContextEventArgs)
'Usage
Dim instance As Conversation
Dim handler As EventHandler(Of InitialContextEventArgs)
AddHandler instance.InitialContextSent, handler
public event EventHandler<InitialContextEventArgs> InitialContextSent