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 at least one of the phones for the Self Contact (local user) has changed.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Event PhonesChanged As EventHandler(Of PhonesChangedEventArgs)
'Usage
Dim instance As Self
Dim handler As EventHandler(Of PhonesChangedEventArgs)
AddHandler instance.PhonesChanged, handler
public event EventHandler<PhonesChangedEventArgs> PhonesChanged