LyncClient.CapabilitiesChanged Event
Raised when the preferred capabilities changed
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Event CapabilitiesChanged As EventHandler(Of PreferredCapabilitiesChangedEventArgs)
'Usage
Dim instance As LyncClient
Dim handler As EventHandler(Of PreferredCapabilitiesChangedEventArgs)
AddHandler instance.CapabilitiesChanged, handler
public event EventHandler<PreferredCapabilitiesChangedEventArgs> CapabilitiesChanged