Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the value of a contact property changes.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Event SettingChanged As EventHandler(Of ContactSettingChangedEventArgs)
'Usage
Dim instance As Contact
Dim handler As EventHandler(Of ContactSettingChangedEventArgs)
AddHandler instance.SettingChanged, handler
public event EventHandler<ContactSettingChangedEventArgs> SettingChanged