Contact.UriChanged Event
Occurs when the contact Uri is changed.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Event UriChanged As EventHandler(Of UriChangedEventArgs)
'Usage
Dim instance As Contact
Dim handler As EventHandler(Of UriChangedEventArgs)
AddHandler instance.UriChanged, handler
public event EventHandler<UriChangedEventArgs> UriChanged