Self.PhonesChanged Event
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