Contact.SettingChanged Event

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

See Also

Reference

Contact Class

Contact Members

Microsoft.Lync.Model Namespace