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 one or more of contact information items are changed.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Event ContactInformationChanged As EventHandler(Of ContactInformationChangedEventArgs)
'Usage
Dim instance As Contact
Dim handler As EventHandler(Of ContactInformationChangedEventArgs)
AddHandler instance.ContactInformationChanged, handler
public event EventHandler<ContactInformationChangedEventArgs> ContactInformationChanged