LyncServiceProvider.ContextChanged Event
Event which is fired when Context property changes.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Shared Event ContextChanged As EventHandler
'Usage
Dim handler As EventHandler
AddHandler LyncServiceProvider.ContextChanged, handler
public static event EventHandler ContextChanged